+
+
+

+
{{item.orgName}}
-
-
-
{{item.userTotal}}
-
居民总数
-
-
-
-
{{item.czUserTotal}}
-
{{item.czUserRatio+'%'}}
-
常住人口数
-
-
-
{{item.ldUserTotal}}
-
{{item.ldUserRatio+'%'}}
-
流动人口数
+
+
+
+
+
{{item.houseTotal}}
+
房屋总数
+
+
+
+
{{item.zzHouseTotal}}
+
{{item.zzHouseRatio+'%'}}
+
自住房屋数
+
+
+
{{item.czHouseTotal}}
+
{{item.czHouseRatio+'%'}}
+
出租房屋数
+
+
+
{{item.xzHouseTotal}}
+
{{item.xzHouseRatio+'%'}}
+
闲置房屋数
+
+
+
+
{{item.userTotal}}
+
居民总数
+
+
+
+
{{item.czUserTotal}}
+
{{item.czUserRatio+'%'}}
+
常住人口数
+
+
+
{{item.ldUserTotal}}
+
{{item.ldUserRatio+'%'}}
+
流动人口数
+
+
-
-
+
+
+

-

+
@@ -445,7 +448,7 @@ export default {
selected: true
}
let obj2 = {
- name: '流动人口树',
+ name: '流动人口数',
value: this.userData.ldUserRatio
}
diff --git a/src/views/modules/visual/basicinfo/houseStatic/options.js b/src/views/modules/visual/basicinfo/houseStatic/options.js
index 5b7e5f5e0..fec2c520b 100644
--- a/src/views/modules/visual/basicinfo/houseStatic/options.js
+++ b/src/views/modules/visual/basicinfo/houseStatic/options.js
@@ -1,10 +1,10 @@
export function housePieOption (_charts) {
- const center= ['50%', '150px']
+ const center= ['50%', '200px']
return {
title: {
text: '0',
- top: 120,
+ top: 170,
left: 'center',
textStyle: {
width: '100%',
diff --git a/src/views/modules/visual/basicinfo/houseStatic/userOptions.js b/src/views/modules/visual/basicinfo/houseStatic/userOptions.js
index 54129ff2b..bd6bca771 100644
--- a/src/views/modules/visual/basicinfo/houseStatic/userOptions.js
+++ b/src/views/modules/visual/basicinfo/houseStatic/userOptions.js
@@ -1,10 +1,10 @@
export function userPieOption (_charts) {
- const center= ['50%', '150px']
+ const center= ['50%', '200px']
return {
title: {
text: '0',
- top: 120,
+ top: 170,
left: 'center',
textStyle: {
width: '100%',
@@ -13,7 +13,7 @@ export function userPieOption (_charts) {
fontWeight: 400
},
itemGap: 5,
- subtext: '房屋总数',
+ subtext: '居民总数',
subtextStyle: {
fontSize: 20,
color: '#fff',
diff --git a/src/views/modules/visual/basicinfo/peopleList.vue b/src/views/modules/visual/basicinfo/peopleList.vue
index b6757fb45..1438a50d6 100644
--- a/src/views/modules/visual/basicinfo/peopleList.vue
+++ b/src/views/modules/visual/basicinfo/peopleList.vue
@@ -127,10 +127,10 @@ export default {
this.searchName = ''
this.tableData = []
- const { columnName, label } = this.$route.query
+ const { columnName, label, id, level } = this.$route.query
this.searchName = columnName
this.tableTitle = label
- this.loadList()
+ this.loadList(id, level)
},
beforeRouteEnter(to, from, next) {
@@ -146,11 +146,13 @@ export default {
- async loadList () {
+ async loadList (id, level) {
this.loading = true
const url = "/epmetuser/icresiuser/searchbycategory"
let params = {
columnName: this.searchName,
+ id,
+ level,
pageSize: this.pageSize,
pageNo: this.pageNo
}
diff --git a/src/views/modules/visual/plugin/power/organization.vue b/src/views/modules/visual/plugin/power/organization.vue
index a12788fb9..62fdfc1ff 100644
--- a/src/views/modules/visual/plugin/power/organization.vue
+++ b/src/views/modules/visual/plugin/power/organization.vue
@@ -4,12 +4,12 @@

-
组织架构
+
动力主轴