This commit is contained in:
yanran200730
2022-01-07 11:36:47 +08:00
parent d0666073b6
commit 662527611f

View File

@@ -74,14 +74,13 @@
colConfigs() {
return [
{prop: 'createTime', label: '上报时间'},
{prop: 'content', label: '内容描述', align: 'center', width: '300px' },
{prop: 'content', label: '内容描述', width: '300px' },
{prop: 'groupName', label: '事件类型', align: 'center'},
{prop: 'girdName', label: '所属网格', align: 'center'},
{prop: 'createTime', label: '上报时间', align: 'center'},
{prop: 'name', label: '上报居民', align: 'center'},
{prop: 'phone', label: '联系方式', align: 'center'},
{ prop: 'eventStatus', label: '处理状态', align: 'center', formart: v => this.dict.getLabel('clapEventStatus', v) },
// {prop: 'handleUserName', label: '处理时长', align: 'center'},
{slot: 'options'}
]
},