From b67e30ce2583cae7d2d2cf288e087b491b135cf3 Mon Sep 17 00:00:00 2001 From: liuye Date: Fri, 11 Oct 2024 16:52:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project/biaopin/AppFormReview/components/Detail.vue | 1 + project/biaopin/AppFormReview/components/List.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/project/biaopin/AppFormReview/components/Detail.vue b/project/biaopin/AppFormReview/components/Detail.vue index 6108518d..d4259ea9 100644 --- a/project/biaopin/AppFormReview/components/Detail.vue +++ b/project/biaopin/AppFormReview/components/Detail.vue @@ -16,6 +16,7 @@ {{dict.getLabel("wyGirdNewsType", info.type)}} + {{info.address}} {{dict.getLabel("auditStatus", info.status)}} diff --git a/project/biaopin/AppFormReview/components/List.vue b/project/biaopin/AppFormReview/components/List.vue index 70312beb..3d91c384 100644 --- a/project/biaopin/AppFormReview/components/List.vue +++ b/project/biaopin/AppFormReview/components/List.vue @@ -84,6 +84,7 @@ { prop: 'content', label: '内容', align: 'left', width: '200px' }, { prop: 'girdName', label: '所属网格', align: 'center' }, { prop: 'type', align: 'center', label: '类型', dict:"wyGirdNewsType"}, + { prop: 'address', label: '地址', align: 'center' }, { prop: 'name', label: '网格员姓名', align: 'center' }, { prop: 'status', align: 'center', label: '状态', dict:"auditStatus"}, { prop: 'createTime', label: '发布时间', align: 'center' }