diff --git a/src/project/qujing/AppConflictMediation/List.vue b/src/project/qujing/AppConflictMediation/List.vue index 093dd0db..4a9639a2 100644 --- a/src/project/qujing/AppConflictMediation/List.vue +++ b/src/project/qujing/AppConflictMediation/List.vue @@ -38,7 +38,7 @@
- {{ $dict.getLabel('clapEventStatus', item.eventStatus) }} + {{ $dict.getLabel('conflictEventStatus', item.eventStatus) }}
@@ -130,7 +130,7 @@ export default { this.getList(), this.getStaticList() ]).finally(() => uni.hideLoading()) - this.$dict.load('clapEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => { + this.$dict.load('conflictEventStatus', 'clapEventStatusAll', 'clapEventStatusHistory').then(() => { this.listTypeAll = this.$dict.getDict('clapEventStatusAll') this.listTypeHistory = this.$dict.getDict('clapEventStatusHistory') this.listType = this.listTypeAll diff --git a/src/project/qujing/AppConflictMediation/detail.vue b/src/project/qujing/AppConflictMediation/detail.vue index e23d073f..d78c50a0 100644 --- a/src/project/qujing/AppConflictMediation/detail.vue +++ b/src/project/qujing/AppConflictMediation/detail.vue @@ -10,7 +10,7 @@
{{ data.content }}
+ v-text="$dict.getLabel('conflictEventStatus', data.eventStatus)"/>
事件类型 {{ data.groupName }} @@ -38,7 +38,7 @@
diff --git a/src/project/qujing/AppConflictMediation/myReply.vue b/src/project/qujing/AppConflictMediation/myReply.vue index d181fb20..36472302 100644 --- a/src/project/qujing/AppConflictMediation/myReply.vue +++ b/src/project/qujing/AppConflictMediation/myReply.vue @@ -20,7 +20,7 @@
- {{ $dict.getLabel('clapEventStatus', item.eventStatus) }} + {{ $dict.getLabel('conflictEventStatus', item.eventStatus) }}