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' } ]