diff --git a/project/wuxi/app/AppReportAiWill/components/Detail.vue b/project/wuxi/app/AppReportAiWill/components/Detail.vue index 0b7eb3f8..d339d3a0 100644 --- a/project/wuxi/app/AppReportAiWill/components/Detail.vue +++ b/project/wuxi/app/AppReportAiWill/components/Detail.vue @@ -21,6 +21,7 @@ {{ detail.phone }} {{ detail.createTime }} {{ detail.groupName }} + {{ detail.groupName }} {{ detail.content }} diff --git a/project/wuxi/app/AppReportAiWill/components/List.vue b/project/wuxi/app/AppReportAiWill/components/List.vue index 3f90e462..9de09d67 100644 --- a/project/wuxi/app/AppReportAiWill/components/List.vue +++ b/project/wuxi/app/AppReportAiWill/components/List.vue @@ -78,6 +78,7 @@ export default { return [ {prop: 'content', label: '内容描述', width: '300px'}, {prop: 'groupName', label: '事件来源', align: 'center'}, + {prop: 'groupName', label: '事件类型', align: 'center'}, {prop: 'girdName', label: '所属网格', align: 'center'}, {prop: 'createTime', label: '上报时间', align: 'center'}, {prop: 'name', label: '上报居民', align: 'center'}, diff --git a/project/wuxi/app/AppReportAiWill/components/Setting.vue b/project/wuxi/app/AppReportAiWill/components/Setting.vue index 3a3ce13a..13cd8f77 100644 --- a/project/wuxi/app/AppReportAiWill/components/Setting.vue +++ b/project/wuxi/app/AppReportAiWill/components/Setting.vue @@ -1,12 +1,12 @@