From 23bf5047401d1b4cb5f2229e4d4bc0363d1daab7 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 18 Nov 2022 09:30:08 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A4=BE=E5=8C=BA=E7=AE=A1=E7=90=86-=E5=A4=84?= =?UTF-8?q?=E7=BD=AE=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ManagementContent.vue | 15 ++------------- .../AppCommunityManagement.vue | 15 +++++++++++++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/project/pingchang/AppCheckpointRegistration/ManagementContent.vue b/src/project/pingchang/AppCheckpointRegistration/ManagementContent.vue index 06804707..a52aa893 100644 --- a/src/project/pingchang/AppCheckpointRegistration/ManagementContent.vue +++ b/src/project/pingchang/AppCheckpointRegistration/ManagementContent.vue @@ -7,10 +7,10 @@
-
{{item.dictName}}
+
{{item.dictName}}
-
{{item.dictName}}
+
{{item.dictName}}
@@ -316,17 +316,6 @@ export default { border: none; color: #fff; } - .type-item-1, - .type-item-5{ - color: #42D784; - } - .type-item-2, - .type-item-3{ - color: #f46; - } - .type-item-4{ - color: #FFA938; - } } .item { background-color: #fff; diff --git a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue index fe120283..0d289e3d 100644 --- a/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue +++ b/src/project/pingchang/AppCommunityManagement/AppCommunityManagement.vue @@ -40,7 +40,7 @@

{{item.idNumberText}}

{{item.phone}}

- +

处置意见:{{$dict.getLabel('EP_handleType', item.lastRiskDisposal.handleType)}}

排查
@@ -99,7 +99,7 @@ export default { onLoad() { // this.areaId = this.user.areaId // this.areaName = this.user.areaName - this.$dict.load('EP_CM_status', 'EP_registerInfoType').then(() => { + this.$dict.load('EP_CM_status', 'EP_registerInfoType', 'EP_handleType').then(() => { this.registerTypeList = this.$dict.getDict('EP_registerInfoType') this.registerTypeList.unshift({dictValue: '', dictName: '全部'}) this.getListInit() @@ -263,6 +263,17 @@ export default { color: #666; margin-bottom: 8px; } + .type-1, + .type-5{ + color: #42D784; + } + .type-2, + .type-3{ + color: #f46; + } + .type-4{ + color: #FFA938; + } .btn { width: 160px; height: 56px;