386
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user