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.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;