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">
+
-
+
+