+
+
+

+
{{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+'%'}}
+
流动人口数
+
+
-
-
+
+
+

-

+
diff --git a/src/views/modules/visual/basicinfo/houseStatic/options.js b/src/views/modules/visual/basicinfo/houseStatic/options.js
index 5b7e5f5e..fec2c520 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 54129ff2..bd6bca77 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',