From 8994407e96b661a7c67606f45a0aab9420c85552 Mon Sep 17 00:00:00 2001 From: monkeyhouyi Date: Tue, 8 Oct 2024 15:51:15 +0800 Subject: [PATCH] 优化 --- src/assets/style/common.scss | 3 +++ src/components/CompanyForm/index.vue | 8 ++++---- src/components/InfoForm/index.vue | 6 +++--- src/store/modules/user.js | 6 ++++++ src/views/DisposalSuggestions/Form.vue | 10 +++++++++- src/views/DisposalSuggestions/HandleForm.vue | 9 +++++++++ src/views/DisposalSuggestions/index.vue | 24 +++++++++++++++++++----- src/views/baseCaseHandling/Form.vue | 13 +++++++++---- src/views/baseComapnyInfo/Form.vue | 6 +++--- src/views/baseComapnyInfo/index.vue | 10 +++++++--- src/views/baseInspectionReport/Form.vue | 2 +- src/views/baseInspectionReport/index.vue | 22 ++++++++++++++++++---- src/views/basePrincipalResponsibility/Form.vue | 2 +- src/views/baseSpecialAction/Form.vue | 2 +- src/views/baseSpecialAction/dynamicModel/list/Form.vue | 2 +- src/views/baseSystemInfo/DetailForm.vue | 64 ++++++++++++++++++++++++++++++++-------------------------------- src/views/baseSystemInfo/index.vue | 5 ++++- src/views/overView/Overview.vue | 127 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++-------------------------- 18 files changed, 231 insertions(+), 90 deletions(-) diff --git a/src/assets/style/common.scss b/src/assets/style/common.scss index 075a0e8..0c13132 100644 --- a/src/assets/style/common.scss +++ b/src/assets/style/common.scss @@ -80,6 +80,9 @@ a { &.w-120 { width: 120px; } + &.w-150 { + width: 150px; + } &.w-180 { width: 180px; } diff --git a/src/components/CompanyForm/index.vue b/src/components/CompanyForm/index.vue index dba2df1..d5ffe87 100644 --- a/src/components/CompanyForm/index.vue +++ b/src/components/CompanyForm/index.vue @@ -2,7 +2,7 @@
点击新增运营主体点击新增运营主体/个人
- + @@ -25,8 +25,8 @@ - - + diff --git a/src/components/InfoForm/index.vue b/src/components/InfoForm/index.vue index 0e80f13..fd095c5 100644 --- a/src/components/InfoForm/index.vue +++ b/src/components/InfoForm/index.vue @@ -22,15 +22,15 @@ ref="infoForm" size="small" v-loading="infoForm_loading" - label-width="100px" + label-width="120px" > - + { state.islader = islader }, + SET_LADERTYPE: (state, laderType) => { + state.laderType = laderType + }, }, actions: { @@ -193,6 +197,8 @@ const user = { commit('SET_USERINFO', userInfo) // 是否为市级领导 commit('SET_ISLADER', userInfo.organizeId == '580547494862128389') + const laderTypeList = ['587869689288328453', '613171998939415813', '582426909564994821'] + commit('SET_LADERTYPE', laderTypeList.findIndex(v => v == userInfo.roleId)) commit('SET_MENULIST', menuList) resolve(routerList) }).catch(error => { diff --git a/src/views/DisposalSuggestions/Form.vue b/src/views/DisposalSuggestions/Form.vue index 55b2187..3c6740b 100644 --- a/src/views/DisposalSuggestions/Form.vue +++ b/src/views/DisposalSuggestions/Form.vue @@ -79,11 +79,19 @@ {{ dataForm.areaName || "--" }}
- + + +
+
附件:
+
+ +
+
diff --git a/src/views/DisposalSuggestions/HandleForm.vue b/src/views/DisposalSuggestions/HandleForm.vue index d8b7246..fdeea3c 100644 --- a/src/views/DisposalSuggestions/HandleForm.vue +++ b/src/views/DisposalSuggestions/HandleForm.vue @@ -62,12 +62,21 @@ {{ dataForm.questionClass || "--" }}
+ +
+
附件:
+
+ +
+
+
处置建议:
{{ dataForm.judgmentOpinions || "--" }}
+
diff --git a/src/views/DisposalSuggestions/index.vue b/src/views/DisposalSuggestions/index.vue index 6b4ca09..4c6eab5 100644 --- a/src/views/DisposalSuggestions/index.vue +++ b/src/views/DisposalSuggestions/index.vue @@ -6,29 +6,42 @@
- + + + + + + + - + - - + - + 查询 重置 @@ -97,6 +110,7 @@ department:undefined, questionType:undefined, questionClass:undefined, + creatorTime: [], }, list: [], listLoading: true, diff --git a/src/views/baseCaseHandling/Form.vue b/src/views/baseCaseHandling/Form.vue index 9f468f0..7139f2b 100644 --- a/src/views/baseCaseHandling/Form.vue +++ b/src/views/baseCaseHandling/Form.vue @@ -1,6 +1,6 @@