diff --git a/.env.development b/.env.development index e059f52..a0af6a8 100644 --- a/.env.development +++ b/.env.development @@ -1,4 +1,4 @@ # 开发环境 # 请求接口地址 VITE_REQUEST_BASE_URL = https://36.112.48.190 -#VITE_REQUEST_BASE_URL = http://10.75.15.247:8080 +#VITE_REQUEST_BASE_URL = http://10.75.15.247:8080 diff --git a/api/common.js b/api/common.js new file mode 100644 index 0000000..ce4c8a5 --- /dev/null +++ b/api/common.js @@ -0,0 +1,16 @@ +import { + https +} from '@/utils/http.js'; +/* +这是后端系统通用的系统类的基础性的api路径,后续的大家分类建js存放 +*/ + + + +export function initDictOption(dictCode) { // 获取部门所有人员信息 + return https({ + url: ' /sys/dict/getDictItems', + method: 'get', + data: dictCode + }) +} \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 4f569ab..392b1ea 100644 --- a/package-lock.json +++ b/package-lock.json @@ -19,7 +19,7 @@ }, "node_modules/base-64": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/base-64/-/base-64-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==" }, "node_modules/dayjs": { @@ -61,7 +61,7 @@ }, "base-64": { "version": "1.0.0", - "resolved": "https://registry.npmmirror.com/base-64/-/base-64-1.0.0.tgz", + "resolved": "https://registry.npmjs.org/base-64/-/base-64-1.0.0.tgz", "integrity": "sha512-kwDPIFCGx0NZHog36dj+tHiwP4QMzsZ3AgMViUBKI0+V5n4U0ufTCUMhnQ04diaRI8EX/QcPfql7zlhZ7j4zgg==" }, "dayjs": { diff --git a/pages/views/renliziyuan/renyuanxinxi/index.vue b/pages/views/renliziyuan/renyuanxinxi/index.vue index 782e15d..e37c7e6 100644 --- a/pages/views/renliziyuan/renyuanxinxi/index.vue +++ b/pages/views/renliziyuan/renyuanxinxi/index.vue @@ -12,33 +12,31 @@ - + - - \ No newline at end of file + \ No newline at end of file diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本 (2).vue b/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本 (2).vue deleted file mode 100644 index bff7dc5..0000000 --- a/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本 (2).vue +++ /dev/null @@ -1,352 +0,0 @@ - - - - - diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本.vue b/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本.vue deleted file mode 100644 index 625676a..0000000 --- a/pages/views/renliziyuan/renyuanxinxi/qttongji - 副本.vue +++ /dev/null @@ -1,730 +0,0 @@ - - - - - diff --git a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue index 9a265bf..b391d50 100644 --- a/pages/views/renliziyuan/renyuanxinxi/qttongji.vue +++ b/pages/views/renliziyuan/renyuanxinxi/qttongji.vue @@ -2,19 +2,17 @@ - - - - + + + - - - 选择字段: {{ selectedFieldLabel }} - + + + @@ -23,6 +21,12 @@ + + + + + + @@ -33,7 +37,7 @@ 姓名 - 性别 + 基层单位 年龄 @@ -58,7 +62,7 @@ - {{ item.xb_dictText }} + {{ item.jcxd }} @@ -78,37 +82,58 @@ - diff --git a/pages/views/renliziyuan/renyuanxinxi/tongji.vue b/pages/views/renliziyuan/renyuanxinxi/tongji.vue index 3376da9..2f3260a 100644 --- a/pages/views/renliziyuan/renyuanxinxi/tongji.vue +++ b/pages/views/renliziyuan/renyuanxinxi/tongji.vue @@ -1,18 +1,17 @@ \ 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; +} +