This commit is contained in:
liuye
2023-05-11 14:25:48 +08:00
parent f4555eaeae
commit 02df1c93c4

View File

@@ -28,6 +28,10 @@
<span>事件类型</span> <span>事件类型</span>
<span class="types-right">{{ item.groupName }}</span> <span class="types-right">{{ item.groupName }}</span>
</div> </div>
<div class="types">
<span>事件来源</span>
<span class="types-right">{{ $dict.getLabel('residentEventSource', item.eventSource) }}</span>
</div>
<div class="gards"> <div class="gards">
<span>所属网格</span> <span>所属网格</span>
@@ -79,7 +83,7 @@ export default {
computed: { computed: {
...mapState(['user']), ...mapState(['user']),
listType() { listType() {
return this.$dict.getDict(this.currentTabs == 0 ? 'clapEventStatusAll' : 'clapEventStatusHistory') return this.$dict.getDict(this.currentTabs == 0 ? 'clapEventStatusAll' : 'clapEventStatusHistory', 'residentEventSource')
} }
}, },
onLoad() { onLoad() {