From b6a55f5b9d60f235ccdd34c23c660a4be3d6f1e9 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 5 May 2023 10:02:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=8B=E4=BB=B6=E4=B8=8A=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wuxi/app/AppReportAiWill/components/Detail.vue | 1 + .../wuxi/app/AppReportAiWill/components/List.vue | 1 + .../app/AppReportAiWill/components/Setting.vue | 14 +++++++------- 3 files changed, 9 insertions(+), 7 deletions(-) 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 @@