From 71a0c5e638a50200e6ad6a6a6f56125594d7262a Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 11 Feb 2022 15:25:38 +0800 Subject: [PATCH] 27307 --- project/sass/apps/AppReportAiWill/components/List.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/project/sass/apps/AppReportAiWill/components/List.vue b/project/sass/apps/AppReportAiWill/components/List.vue index 63d376a4..8ab3e4c1 100644 --- a/project/sass/apps/AppReportAiWill/components/List.vue +++ b/project/sass/apps/AppReportAiWill/components/List.vue @@ -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' } ]