diff --git a/back/src/views/modules/abilityStatistics/index.vue b/back/src/views/modules/abilityStatistics/index.vue index ca57435e..85b8d885 100644 --- a/back/src/views/modules/abilityStatistics/index.vue +++ b/back/src/views/modules/abilityStatistics/index.vue @@ -55,14 +55,13 @@ 类型: - + - + @@ -416,7 +415,7 @@ export default { closeModal() { this.detailsVisible = false }, - handleCurrentChange(val) { + handleCurrentChange (val) { console.log('val------------>', val) this.currentPage = val // todo @@ -873,6 +872,10 @@ export default { this.resourcesIsShow = false this.handleCurrentChange(1) }, + changeIiem(){ + this.currentPage=1 + this.pageSize=10 + }, // 明细按钮函数//明细按钮函数//明细按钮函数//明细按钮函数//明细按钮函数//明细按钮函数 goToDetail () { this.currentPage=1 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 @@ - +