-
-
-

-
更多信息
+
+

+
房屋详情
+
+
+
+
+
+
+
+
+
+
+
所属小区:
+
{{ info.neighborHoodName }}
-
-
-

+
+
所属楼栋:
+
{{ info.buildingName }}
+
+
+
单元号:
+
{{ info.unitNum }}
+
+
+
门牌号:
+
{{ info. doorName}}
+
+
+
房屋类型:
+
{{ info.houseType==='1'?'楼房':info.houseType==='2'?'平方':'别墅' }}
+
+
+
房屋用途:
+
{{ info.purpose }}
+
+
+
房屋状态:
+
{{ info. rentFlag==='1'?'出租':info.rentFlag==='0'?'自住':info.rentFlag==='2'?'闲置':'未出售'}}
+
+
+
房主姓名:
+
{{ info. ownerName?info.ownerName:'--' }}
+
+
+
房主电话:
+
{{ info. ownerPhone?info.ownerPhone:'--' }}
+
+
+
证件号:
+
{{ info.ownerIdCard?info.ownerIdCard:'--' }}
+
+
+
备注:
+
{{ info.remark?info.remark:'--' }}
-
-
-
- 所属小区:
- {{ info.neighborHoodName }}
-
-
- 所属楼栋:
- {{ info.buildingName }}
-
-
- 单元号:
- {{ info.unitNum }}
-
-
- 门牌号:
- {{ info. doorName}}
-
-
- 房屋类型:
- {{ info.houseType==='1'?'楼房':info.houseType==='2'?'平方':'别墅' }}
-
-
- 房屋用途:
- {{ info.purpose }}
-
-
- 房屋状态:
- {{ info. rentFlag==='1'?'出租':info.rentFlag==='0'?'自住':info.rentFlag==='2'?'闲置':'未出售'}}
-
-
- 房主姓名:
- {{ info. ownerName?info.ownerName:'--' }}
-
-
- 房主电话:
- {{ info. ownerPhone?info.ownerPhone:'--' }}
-
-
- 证件号:
- {{ info.ownerIdCard?info.ownerIdCard:'--' }}
-
-
- 备注:
- {{ info.remark?info.remark:'--' }}
-
+
-
+
-
@@ -119,6 +127,6 @@ export default {
diff --git a/src/views/modules/visual/basicinfo/peopleList.vue b/src/views/modules/visual/basicinfo/peopleList.vue
index a5190562e..a7552888c 100644
--- a/src/views/modules/visual/basicinfo/peopleList.vue
+++ b/src/views/modules/visual/basicinfo/peopleList.vue
@@ -24,7 +24,7 @@
:total="total"
@handleSizeChange="handleSizeChange"
@handlePageNoChange="handlePageNoChange"
- @operate="toEventInfo">
+ @operate="toPersonInfo">
@@ -62,6 +62,7 @@ export default {
pageSize: 10,
pageNo: 1,
total: 0,
+ tableData: [],
//下钻层级记录
info: {},
@@ -149,8 +150,9 @@ export default {
handleSearch () {
},
- toEventInfo () {
-
+ toPersonInfo (index) {
+ this.info = { ... this.tableData[index] }
+ this.showedMoreInfo = true
},
handlePageNoChange (pageNo) {
@@ -159,7 +161,6 @@ export default {
},
handleSizeChange (pageSize) {
-
this.pageSize = pageSize
this.loadList(this.orgId, this.orgLevel)
@@ -183,8 +184,8 @@ export default {
if (code === 0) {
-
- this.demand.total = data.total;
+ this.tableData = data.list
+ this.total = data.total;
this.demand.list = data.list.map((item, index) => {
return [
@@ -205,18 +206,6 @@ export default {
}
},
- //点击查看
- handelToPeople (item) {
-
- this.info = { ...item }
- this.showedMoreInfo = true
- },
-
- pageCurrentChangeHandle (val) {
- this.pageNo = val
- this.loadList(this.orgId, this.orgLevel)
- },
-
},
destroyed () {
diff --git a/src/views/modules/visual/cpts/tb copy 2.vue b/src/views/modules/visual/cpts/tb copy 2.vue
new file mode 100644
index 000000000..b3aa9130c
--- /dev/null
+++ b/src/views/modules/visual/cpts/tb copy 2.vue
@@ -0,0 +1,431 @@
+
+
+
+

+
{{titleName}}
+
+
+
+
+
+
+
+ 加载中
+
+
+
+
+

+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/visual/cpts/tb copy 3.vue b/src/views/modules/visual/cpts/tb copy 3.vue
new file mode 100644
index 000000000..f96c7fb1b
--- /dev/null
+++ b/src/views/modules/visual/cpts/tb copy 3.vue
@@ -0,0 +1,453 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ --
+
+
+
+
+
+
+
+
+
+
+
+ {{item.lable}}
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/modules/visual/cpts/tb.vue b/src/views/modules/visual/cpts/tb.vue
index 73959e9f5..e7173e66d 100644
--- a/src/views/modules/visual/cpts/tb.vue
+++ b/src/views/modules/visual/cpts/tb.vue
@@ -10,26 +10,30 @@