This commit is contained in:
yanran200730
2022-02-11 15:25:38 +08:00
parent df0324f904
commit 71a0c5e638

View File

@@ -76,6 +76,7 @@
{ prop: 'content', label: '内容描述', width: '300px' },
{ prop: 'groupName', label: '事件类型', align: 'center' },
{ prop: 'girdName', label: '所属网格', align: 'center' },
{ prop: 'eventStatus', label: '事件状态', align: 'center', formart: v => this.dict.getLabel('clapEventStatus', v) },
{ prop: 'openId', label: '上报人', align: 'center', openType: 'userName' },
{ slot: 'options' }
]