From 5f5cdeb3bddfd33ac0ff567a6af0b77360387d84 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Mon, 25 Apr 2022 18:17:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E5=A4=9A=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../visual/basicinfo/cpts/people-more.vue | 2 +- .../plugin/power/components/house-dialog.vue | 19 ++- .../visual/plugin/power/organization.vue | 112 ++++++++++++++++-- 3 files changed, 121 insertions(+), 12 deletions(-) diff --git a/src/views/modules/visual/basicinfo/cpts/people-more.vue b/src/views/modules/visual/basicinfo/cpts/people-more.vue index bd8bb9f0..6eb8d1e3 100644 --- a/src/views/modules/visual/basicinfo/cpts/people-more.vue +++ b/src/views/modules/visual/basicinfo/cpts/people-more.vue @@ -16,7 +16,7 @@ v-for="(fieldSubList, index) in fieldList">
+ v-if="index == 0 && gridName"> 所属网格: {{ gridName }}
diff --git a/src/views/modules/visual/plugin/power/components/house-dialog.vue b/src/views/modules/visual/plugin/power/components/house-dialog.vue index c95bea2a..17011b9b 100644 --- a/src/views/modules/visual/plugin/power/components/house-dialog.vue +++ b/src/views/modules/visual/plugin/power/components/house-dialog.vue @@ -12,16 +12,22 @@ :tableContentStyle="headerStyle" :tableData="tableData" :visibleLoading="visibleLoading" - :operate="false" + :operate="true" @look="handleLook">
+ - + +