From f9d318d580e990df8dcef97694425c64af480c32 Mon Sep 17 00:00:00 2001 From: mch <1332099529@qq.com> Date: Sun, 25 Jun 2023 14:12:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E5=8F=82=E6=95=B0=E7=BC=96?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/customerOrg/ContactPerson.vue | 87 +++++++++++-------- .../customerOrg/customerOrgTree.vue | 60 ++++++------- src/store/index.js | 1 + src/views/Home.vue | 2 +- src/views/fee-settings/SysParmType.vue | 74 ++++++++++++++-- 5 files changed, 151 insertions(+), 73 deletions(-) diff --git a/src/components/customerOrg/ContactPerson.vue b/src/components/customerOrg/ContactPerson.vue index b452833..191515d 100644 --- a/src/components/customerOrg/ContactPerson.vue +++ b/src/components/customerOrg/ContactPerson.vue @@ -1,10 +1,18 @@ - + - - + + @@ -33,7 +53,11 @@ - + @@ -54,17 +78,17 @@ - + - - - - @@ -72,7 +96,6 @@ 确 定 - \ No newline at end of file diff --git a/src/store/index.js b/src/store/index.js index c80342d..d59915a 100644 --- a/src/store/index.js +++ b/src/store/index.js @@ -15,6 +15,7 @@ export default new Vuex.Store({ }, //树形组件的数据结构 customerOrgRd:{displayName:'单位名称',englishShortName:'简称'}, //单个体检单位记录值 customerOrgRegister: [], //单位体检次数登记 + } }, getters: {}, diff --git a/src/views/Home.vue b/src/views/Home.vue index 49d4833..6f3bcd0 100644 --- a/src/views/Home.vue +++ b/src/views/Home.vue @@ -181,7 +181,7 @@ >套餐 系统参数类别系统参数 diff --git a/src/views/fee-settings/SysParmType.vue b/src/views/fee-settings/SysParmType.vue index 4774eef..39cf86d 100644 --- a/src/views/fee-settings/SysParmType.vue +++ b/src/views/fee-settings/SysParmType.vue @@ -29,13 +29,13 @@ style="width: 100%; margin-top: 30px" @row-click="rowclick" > - + - + - + - + @@ -47,9 +47,61 @@ label="修改者" prop="lastModifierName" > + + + + + +
+ 值: + + +
+
+ 备注: + + +
+ + + + + + + + + + + + + + 取 消 + 确 定 + +
+