From 02df1c93c496e53160c035bdb634f57df8c016a3 Mon Sep 17 00:00:00 2001 From: liuye Date: Thu, 11 May 2023 14:25:48 +0800 Subject: [PATCH] 386 --- src/project/wuxi/AppHandSnapshot/List.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/project/wuxi/AppHandSnapshot/List.vue b/src/project/wuxi/AppHandSnapshot/List.vue index becf8344..d6d95975 100644 --- a/src/project/wuxi/AppHandSnapshot/List.vue +++ b/src/project/wuxi/AppHandSnapshot/List.vue @@ -28,6 +28,10 @@ 事件类型 {{ item.groupName }} +
+ 事件来源 + {{ $dict.getLabel('residentEventSource', item.eventSource) }} +
所属网格 @@ -79,7 +83,7 @@ export default { computed: { ...mapState(['user']), listType() { - return this.$dict.getDict(this.currentTabs == 0 ? 'clapEventStatusAll' : 'clapEventStatusHistory') + return this.$dict.getDict(this.currentTabs == 0 ? 'clapEventStatusAll' : 'clapEventStatusHistory', 'residentEventSource') } }, onLoad() {