From 4ed1d18cb35ea11f38a15ff7f948f88078b0577f Mon Sep 17 00:00:00 2001 From: gongjiale <942894820@qq.com> Date: Wed, 26 Oct 2022 15:04:12 +0800 Subject: [PATCH 1/3] =?UTF-8?q?=E8=83=BD=E5=8A=9B=E7=BB=9F=E8=AE=A1?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/src/views/modules/abilityStatistics/index.vue | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index 3fc5fa7a..33ffe4f6 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -59,12 +59,12 @@ 类型: - + - + @@ -414,6 +414,10 @@ export default { closeModal () { this.detailsVisible = false }, + changeIiem(){ + this.currentPage=1 + this.pageSize=10 + }, handleCurrentChange (val) { console.log('val------------>', val) this.currentPage = val From 1e3b315d351ffd175d3f6f82903d1a2b5afd1981 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Wed, 26 Oct 2022 15:04:55 +0800 Subject: [PATCH 2/3] =?UTF-8?q?BUg=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/ResourceAggregation.vue | 2 + .../components/PutOnTheShelf.vue | 534 +++++++++--------- 2 files changed, 269 insertions(+), 267 deletions(-) diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index ad7f1428..0cbbfa31 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -262,6 +262,7 @@ center: ['50%', '40%'], type: 'pie', selectedMode: 'single', + silent: true, radius: ['50%', '30%'], color: ['#fe845e', '#6cc95a', '#02d1b0', '#1772ff', '#FAC858'], top: '0', @@ -289,6 +290,7 @@ type: 'pie', center: ['50%', '40%'], radius: ['58%', '50%'], + silent: true, itemStyle: { normal: { color: '#c2c7d6', diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue index 6493ff04..6dc48660 100644 --- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue +++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue @@ -1,8 +1,8 @@ - +