diff --git a/src/views/modules/visual/basicinfo/houseStatic/houseStatic.vue b/src/views/modules/visual/basicinfo/houseStatic/houseStatic.vue index da717e6b..ce085141 100644 --- a/src/views/modules/visual/basicinfo/houseStatic/houseStatic.vue +++ b/src/views/modules/visual/basicinfo/houseStatic/houseStatic.vue @@ -17,7 +17,7 @@
- 人房概览统计 + 人房概览数据统计
@@ -116,70 +116,73 @@ - -
下级人房概览数据统计
- -
-
-
- - {{item.orgName}} -
- -
-
-
-
{{item.houseTotal}}
-
房屋总数
-
-
-
-
{{item.zzHouseTotal}}
-
{{item.zzHouseRatio+'%'}}
-
自住房屋数
-
-
-
{{item.czHouseTotal}}
-
{{item.czHouseRatio+'%'}}
-
出租房屋数
-
-
-
{{item.xzHouseTotal}}
-
{{item.xzHouseRatio+'%'}}
-
闲置房屋数
-
+
+ +
下级人房概览数据统计
+ +
+
+
+ + {{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',