diff --git a/.env.production b/.env.production
index 9338f38..391c2dd 100644
--- a/.env.production
+++ b/.env.production
@@ -1,4 +1,4 @@
# 生产环境
# 请求接口地址
-#VITE_REQUEST_BASE_URL = https://36.112.48.190
-VITE_REQUEST_BASE_URL = http://10.75.15.247:8080
\ No newline at end of file
+VITE_REQUEST_BASE_URL = https://36.112.48.190
+#VITE_REQUEST_BASE_URL = http://10.75.15.247:8080
\ No newline at end of file
diff --git a/package-lock.json b/package-lock.json
index ed89a0e..4f569ab 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,5 +1,5 @@
{
- "name": "cxc-szcx-uniapp",
+ "name": "cxc-szcx-uniapp-master",
"lockfileVersion": 2,
"requires": true,
"packages": {
diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本 (2).vue b/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本 (2).vue
new file mode 100644
index 0000000..bff7dc5
--- /dev/null
+++ b/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本 (2).vue
@@ -0,0 +1,352 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择字段: {{ selectedFieldLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 序号
+
+
+ 姓名
+
+
+ 性别
+
+
+ 年龄
+
+
+ 操作
+
+
+
+
+
+
+
+
+ {{ index + 1 }}
+
+
+
+
+ {{ item.xm }}
+
+
+
+
+ {{ item.xb_dictText }}
+
+
+
+
+ {{ item.nl }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本.vue b/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本.vue
new file mode 100644
index 0000000..625676a
--- /dev/null
+++ b/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本.vue
@@ -0,0 +1,730 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 选择字段: {{ selectedFieldLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 序号
+
+
+ 姓名
+
+
+ 性别
+
+
+ 年龄
+
+
+ 操作
+
+
+
+
+
+
+
+
+ {{ index + 1 }}
+
+
+
+
+ {{ item.xm }}
+
+
+
+
+ {{ item.xb_dictText }}
+
+
+
+
+ {{ item.nl }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue
index c1235eb..9a265bf 100644
--- a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue
+++ b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue
@@ -1,80 +1,69 @@
-
+
-
+
-
+
-
+
选择字段: {{ selectedFieldLabel }}
-
-
+
-
-
+
-
- 序号
-
+ 序号
-
- 姓名
-
+ 姓名
-
- 性别
-
+ 性别
-
- 年龄
-
+ 年龄
-
- 操作
-
+ 操作
-
-
-
+
+
+
- {{index+1}}
+ {{ index + 1 }}
- {{item.xm}}
+ {{ item.xm }}
-
+
+
- {{item.xb_dictText}}
+ {{ item.xb_dictText }}
-
+
+
- {{item.nl}}
+ {{ item.nl }}
@@ -89,261 +78,361 @@
\ No newline at end of file
+/* 内容样式 */
+.dataStyle {
+ max-font-size: 14px;
+ /* 最大字体限制 */
+ min-font-size: 10px;
+ /* 最小字体限制 */
+ font-size: 12px;
+ color: #00007f;
+ line-height: 30px;
+ height: 30px;
+ font-weight: 500;
+ text-align: center;
+ vertical-align: middle;
+ border-bottom: 1px solid #919191;
+ border-left: 1px solid #919191;
+ text-overflow: ellipsis;
+}
+