From e404eb5ecbe047f438d4c17307e2d2ad488d0b56 Mon Sep 17 00:00:00 2001 From: aixianling Date: Tue, 7 Mar 2023 09:44:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E5=AD=97=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppConflictMediation/List.vue | 4 ++-- src/project/qujing/AppConflictMediation/detail.vue | 4 ++-- src/project/qujing/AppConflictMediation/myReply.vue | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) 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) }}