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() {