+
+
+

+
{{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',
From 93274d928a6bf3b4f720ad4bd6fbcf55846abeab Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Wed, 27 Apr 2022 13:39:45 +0800
Subject: [PATCH 5/7] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=87=AA=E5=AE=9A?=
=?UTF-8?q?=E4=B9=89=E5=88=A0=E9=99=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/base/diyInfo.vue | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue
index b93a4939..c0f6586c 100644
--- a/src/views/modules/base/diyInfo.vue
+++ b/src/views/modules/base/diyInfo.vue
@@ -204,13 +204,13 @@ export default {
},
handleDelItem(val) {
const { item, index } = val
- console.log('item------', item, this.$refs[`checkbox${item.id}`])
- const checkList = this.$refs[`checkbox${item.id}`][0].checkedList
+ console.log('item------', item, this.$refs[`checkbox${item.itemGroupId}`])
+ const checkList = this.$refs[`checkbox${item.itemGroupId}`][0].checkedList
checkList.forEach((n, i) => {
- if (n == item.itemId) this.$refs[`checkbox${item.id}`][0].checkedList.splice(i, 1)
+ if (n == item.itemId) this.$refs[`checkbox${item.itemGroupId}`][0].checkedList.splice(i, 1)
})
this.rightList.forEach((n, i) => {
- if (n.id === item.id) {
+ if (n.id === item.itemGroupId) {
n.queryItemList.splice(index, 1)
if (n.queryItemList.length === 0) this.rightList.splice(i, 1)
}
From ec1827be3be767d4b9e214d1e83e0898996d89da Mon Sep 17 00:00:00 2001
From: 13176889840 <13176889840@163.com>
Date: Wed, 27 Apr 2022 13:58:27 +0800
Subject: [PATCH 6/7] =?UTF-8?q?=E8=87=AA=E5=AE=9A=E4=B9=89=E5=AF=BC?=
=?UTF-8?q?=E5=87=BAloading?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/components/checkBox.vue | 2 +-
src/views/modules/base/diyInfo.vue | 5 ++++-
2 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/src/views/components/checkBox.vue b/src/views/components/checkBox.vue
index 4bab4aea..1f2d19a2 100644
--- a/src/views/components/checkBox.vue
+++ b/src/views/components/checkBox.vue
@@ -35,7 +35,7 @@ export default {
boxList: [],
checkAll: false,
checkedList: [],
- isIndeterminate: true,
+ isIndeterminate: false,
pid: '',
}
},
diff --git a/src/views/modules/base/diyInfo.vue b/src/views/modules/base/diyInfo.vue
index c0f6586c..af53b5d3 100644
--- a/src/views/modules/base/diyInfo.vue
+++ b/src/views/modules/base/diyInfo.vue
@@ -87,7 +87,7 @@
保存为常用模板