This commit is contained in:
yanran200730
2022-01-06 17:43:22 +08:00
parent c3eb1db619
commit 74c4e9613b
2 changed files with 2 additions and 1 deletions

View File

@@ -80,6 +80,7 @@
{prop: 'girdName', 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'}
]