From 14b29c3e4f84ca25c6e9c83aefe1a06c5acf16cd Mon Sep 17 00:00:00 2001 From: xzt <1113240624@qq.com> Date: Wed, 31 Jan 2024 13:36:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../dykeCompare/components/basePage.vue | 2 +- .../components/projectManagement.vue | 2 +- .../dyke/dykeCompare/components/basePage.vue | 2 +- .../components/projectManagement.vue | 2 +- .../baseInfo/sluice/sluiceBaseInfo/index.vue | 3 +- .../sluiceCompare/components/basePage.vue | 2 +- .../components/projectManagement.vue | 2 +- .../sluice/index.vue | 2 +- .../declare/components/listPage/index.vue | 8 +- .../declare/components/listPage/transform.vue | 27 +- .../components/listPage/options/basePage.vue | 32 +- .../listPage/options/designParameter.vue | 6 +- .../listPage/options/dischargeCapacity.vue | 6 +- .../options/electromechanicalEquipment.vue | 6 +- .../listPage/options/engineeringBenefit.vue | 6 +- .../options/hydrologicalCharacteristics.vue | 6 +- .../components/listPage/options/index.vue | 13 + .../listPage/options/managementSystemFxzz.vue | 4 +- .../listPage/options/managementSystemFzr.vue | 2 +- .../examine/components/listPage/transform.vue | 6 +- .../sluice/components/listBaseInfo_em.vue | 2 +- .../components/listSafetyDetection_em.vue | 2 +- .../safetyAppraisal/sluice/list.vue | 19 +- .../sluiceCompare/components/basePage.vue | 2 +- .../components/projectManagement.vue | 2 +- src/views/system/dept/index.vue | 319 +++++++++++------- 26 files changed, 297 insertions(+), 188 deletions(-) diff --git a/src/views/dyke/engineeringCondition/dykeCompare/components/basePage.vue b/src/views/dyke/engineeringCondition/dykeCompare/components/basePage.vue index 0f07cdf..5a67909 100644 --- a/src/views/dyke/engineeringCondition/dykeCompare/components/basePage.vue +++ b/src/views/dyke/engineeringCondition/dykeCompare/components/basePage.vue @@ -24,7 +24,7 @@ width: '120px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" ref="descriptions" > diff --git a/src/views/dyke/engineeringCondition/dykeCompare/components/projectManagement.vue b/src/views/dyke/engineeringCondition/dykeCompare/components/projectManagement.vue index c9d4301..08be913 100644 --- a/src/views/dyke/engineeringCondition/dykeCompare/components/projectManagement.vue +++ b/src/views/dyke/engineeringCondition/dykeCompare/components/projectManagement.vue @@ -24,7 +24,7 @@ width: '120px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > diff --git a/src/views/engineeringCondition/baseInfo/dyke/dykeCompare/components/projectManagement.vue b/src/views/engineeringCondition/baseInfo/dyke/dykeCompare/components/projectManagement.vue index c9d4301..08be913 100644 --- a/src/views/engineeringCondition/baseInfo/dyke/dykeCompare/components/projectManagement.vue +++ b/src/views/engineeringCondition/baseInfo/dyke/dykeCompare/components/projectManagement.vue @@ -24,7 +24,7 @@ width: '120px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > - + @@ -1021,6 +1021,7 @@ export default { rules: { wagaName: [ { required: true, message: "请输入水闸名称", trigger: "blur" }, + { max:250, message: "字符长度最大为250", trigger: "blur" }, ], wagaCode: [ { required: true, message: "请输入水闸编码", trigger: "blur" }, diff --git a/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/basePage.vue b/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/basePage.vue index 6ab166e..037e981 100644 --- a/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/basePage.vue +++ b/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/basePage.vue @@ -24,7 +24,7 @@ width: '120px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" ref="descriptions" > diff --git a/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/projectManagement.vue b/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/projectManagement.vue index fa447cd..59aea56 100644 --- a/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/projectManagement.vue +++ b/src/views/engineeringCondition/baseInfo/sluice/sluiceCompare/components/projectManagement.vue @@ -24,7 +24,7 @@ width: '120px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > diff --git a/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/index.vue b/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/index.vue index c3a48bf..ae691d0 100644 --- a/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/index.vue +++ b/src/views/safetyManage/declarationManage/sluice/declare/components/listPage/index.vue @@ -64,7 +64,7 @@ size="mini" @click="handleAdd" v-hasPermi="['yg:jbxx:add']" - >申报登记 @@ -622,7 +622,7 @@ - + diff --git a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/dischargeCapacity.vue b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/dischargeCapacity.vue index fb64ff3..699cf5d 100644 --- a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/dischargeCapacity.vue +++ b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/dischargeCapacity.vue @@ -9,7 +9,7 @@ width: '180px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > @@ -38,10 +38,10 @@ -
+
diff --git a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/electromechanicalEquipment.vue b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/electromechanicalEquipment.vue index d216c18..ae1c84a 100644 --- a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/electromechanicalEquipment.vue +++ b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/electromechanicalEquipment.vue @@ -9,7 +9,7 @@ width: '180px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > @@ -59,10 +59,10 @@ -
+
diff --git a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/engineeringBenefit.vue b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/engineeringBenefit.vue index 3a5605d..4a2a5ac 100644 --- a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/engineeringBenefit.vue +++ b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/engineeringBenefit.vue @@ -9,7 +9,7 @@ width: '180px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > @@ -38,10 +38,10 @@ -
+
diff --git a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/hydrologicalCharacteristics.vue b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/hydrologicalCharacteristics.vue index 52aa810..1f24362 100644 --- a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/hydrologicalCharacteristics.vue +++ b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/hydrologicalCharacteristics.vue @@ -9,7 +9,7 @@ width: '180px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > @@ -74,10 +74,10 @@ -
+
diff --git a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/index.vue b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/index.vue index ac21449..8621f11 100644 --- a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/index.vue +++ b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/index.vue @@ -74,6 +74,10 @@ > + @@ -116,6 +120,12 @@ export default { this.getList(); }, methods: { + pass() { + console.log("审核通过"); + }, + noPass() { + console.log("审核不通过"); + }, goBack() { this.$router.back(); }, @@ -147,4 +157,7 @@ export default { justify-content: space-between; margin-bottom: 20px; } +.btnList { + text-align: right; +} diff --git a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/managementSystemFxzz.vue b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/managementSystemFxzz.vue index a3e9727..43d8703 100644 --- a/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/managementSystemFxzz.vue +++ b/src/views/safetyManage/declarationManage/sluice/examine/components/listPage/options/managementSystemFxzz.vue @@ -237,7 +237,7 @@ width: '180px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" > @@ -311,7 +311,7 @@ width: '180px', height: '50px', }" - :contentStyle="{}" + :contentStyle="{ minWidth: '350px' }" >