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;