From 3e13f92d600a6ee612e3d61f44804ba702933287 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E8=8B=A5=E6=99=A8?= <974220104@qq.com> Date: Mon, 9 Oct 2023 18:02:32 +0800 Subject: [PATCH] =?UTF-8?q?=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dataBoard/cpts/family/modules/BusinessRecords.vue | 1 + src/views/dataBoard/cpts/family/modules/Family.vue | 2 +- src/views/dataBoard/cpts/personnel/modules/BusinessRecords.vue | 1 + src/views/dataBoard/cpts/personnel/modules/Family.vue | 2 +- .../cpts/personnel/modules/businessTables/community.vue | 2 +- .../cpts/personnel/modules/businessTables/complaint.vue | 2 +- .../cpts/personnel/modules/businessTables/economize.vue | 2 +- .../cpts/personnel/modules/businessTables/give-service.vue | 2 +- .../cpts/personnel/modules/businessTables/reporting-events.vue | 2 +- .../cpts/personnel/modules/businessTables/resident.vue | 2 +- 10 files changed, 10 insertions(+), 8 deletions(-) diff --git a/src/views/dataBoard/cpts/family/modules/BusinessRecords.vue b/src/views/dataBoard/cpts/family/modules/BusinessRecords.vue index eb9028f0d..e412c560f 100644 --- a/src/views/dataBoard/cpts/family/modules/BusinessRecords.vue +++ b/src/views/dataBoard/cpts/family/modules/BusinessRecords.vue @@ -135,6 +135,7 @@ export default { .business-records { margin-top: 12px; margin-bottom: 25px; + height: 392px; } .table { /deep/ .el-table td, diff --git a/src/views/dataBoard/cpts/family/modules/Family.vue b/src/views/dataBoard/cpts/family/modules/Family.vue index 693ec07b2..a1a79ba34 100644 --- a/src/views/dataBoard/cpts/family/modules/Family.vue +++ b/src/views/dataBoard/cpts/family/modules/Family.vue @@ -65,7 +65,7 @@ export default { ) .then(({ data: res }) => { const data = res.data; - this.data = data.length > 12 ? data.slice(0, 11) : data; + this.data = data.length > 12 ? data.slice(0, 12) : data; const arr = data.filter((item) => item.houseHolderRel == "本人"); this.hzData = arr.length > 0 ? arr[0] : {}; this.$emit("setJuminData", data); diff --git a/src/views/dataBoard/cpts/personnel/modules/BusinessRecords.vue b/src/views/dataBoard/cpts/personnel/modules/BusinessRecords.vue index 92eb8db3b..2277bf288 100644 --- a/src/views/dataBoard/cpts/personnel/modules/BusinessRecords.vue +++ b/src/views/dataBoard/cpts/personnel/modules/BusinessRecords.vue @@ -106,6 +106,7 @@ export default { .business-records { margin-top: 12px; margin-bottom: 25px; + height: 392px; } .table { /deep/ .el-table td, diff --git a/src/views/dataBoard/cpts/personnel/modules/Family.vue b/src/views/dataBoard/cpts/personnel/modules/Family.vue index 474d04c10..35c722384 100644 --- a/src/views/dataBoard/cpts/personnel/modules/Family.vue +++ b/src/views/dataBoard/cpts/personnel/modules/Family.vue @@ -89,7 +89,7 @@ export default { .then(({ data: res }) => { if (res.code == 0) { const data = res.data; - this.data = data.length > 12 ? data.slice(0, 11) : data; + this.data = data.length > 12 ? data.slice(0, 12) : data; const arr = data.filter((item) => item.houseHolderRel == "本人"); this.info = arr.length > 0 ? arr[0] : {}; } diff --git a/src/views/dataBoard/cpts/personnel/modules/businessTables/community.vue b/src/views/dataBoard/cpts/personnel/modules/businessTables/community.vue index 2628f8a57..a0075256b 100644 --- a/src/views/dataBoard/cpts/personnel/modules/businessTables/community.vue +++ b/src/views/dataBoard/cpts/personnel/modules/businessTables/community.vue @@ -12,7 +12,7 @@ -