diff --git a/src/views/modules/visual/basicinfo/basicInfoMain.vue b/src/views/modules/visual/basicinfo/basicInfoMain.vue
index d4168b30..99bd6f30 100644
--- a/src/views/modules/visual/basicinfo/basicInfoMain.vue
+++ b/src/views/modules/visual/basicinfo/basicInfoMain.vue
@@ -151,7 +151,7 @@ import { mapGetters } from "vuex";
import { Loading } from 'element-ui'; //引入Loading服务
import { requestPost } from "@/js/dai/request";
import BasicInfoCommunity from "./basicInfoCommunity";
-import PeopleSearch from "./peopleSearch";
+
import People from "./people";
import cptCard from "@/views/modules/visual/cpts/card";
import ScreenLoading from "@/views/modules/visual/cpts/loading";
@@ -951,7 +951,7 @@ const vueGis = {
...mapGetters(["clientHeight"])
},
- components: { BasicInfoCommunity, PeopleSearch, People, cptCard, ScreenLoading },
+ components: { BasicInfoCommunity, People, cptCard, ScreenLoading },
}
export default vueGis;
diff --git a/src/views/modules/visual/basicinfo/cpts/people-more.vue b/src/views/modules/visual/basicinfo/cpts/people-more.vue
index 6198cc91..b5a1ca9a 100644
--- a/src/views/modules/visual/basicinfo/cpts/people-more.vue
+++ b/src/views/modules/visual/basicinfo/cpts/people-more.vue
@@ -7,42 +7,45 @@
更多信息
-
+
-
+
-
+
所属网格:
{{ gridName }}
-
+
所属小区:
{{ xiaoquName }}
-
+
所属楼宇:
{{ louName }}-{{ danyuanName }}
-
+
所属家庭:
{{ homeName }}
-
+
{{ field.label }}:
- {{
+ ">{{
info[field.columnName] == null
? "--"
: getOptionLabel(
@@ -50,8 +53,7 @@
info[field.columnName],
field.itemType
)
- }}
+ }}
{{
info[field.columnName] == null ? "--" : info[field.columnName]
@@ -63,57 +65,43 @@
-
+
-
+
{{ item.label }}
-
-
+
-
-
+
+
{{ field.label }}:
- {{
+ ">{{
infoItem[field.columnName] == null
? "--"
: getOptionLabel(
@@ -121,8 +109,7 @@
infoItem[field.columnName],
field.itemType
)
- }}
+ }}
{{
infoItem[field.columnName] == null
@@ -132,21 +119,39 @@
-
-
+
+
+
+
{{ field.label }}:
- {{
+ ">{{
!allInfo[group.tableName] ||
allInfo[group.tableName][0][field.columnName] == null
? "--"
@@ -155,8 +160,7 @@
allInfo[group.tableName][0][field.columnName],
field.itemType
)
- }}
+ }}
{{
!allInfo[group.tableName] ||
@@ -175,6 +179,7 @@
+
+
+
+