diff --git a/pages/revenueStatistics/index.vue b/pages/revenueStatistics/index.vue index 9ac0503..ca8910c 100644 --- a/pages/revenueStatistics/index.vue +++ b/pages/revenueStatistics/index.vue @@ -720,13 +720,14 @@ export default { const date = new Date() let y = date.getFullYear() let m = date.getMonth() + 1 + console.log('thisMonth',this.thisMonth) const type = this.currentScroll.split('item')[1]==='0'?2:1 const req = { calcType: type,//计算方式:1【当月】,2【累计】 pushProvinceCode: this.useInfo.userData.ProvinceCode || '340000', curYear: this.curYear,//本年年份 compareYear: this.curYear-1,//历年年份 - StatisticsMonth:this.thisMonth===0?y>this.curYear?12:m:this.thisMonth,//结算月份 + StatisticsMonth:this.thisMonth===0?y>this.curYear?12:m-1:this.thisMonth,//结算月份 StatisticsDate: this.lastDay } console.log('req',req) diff --git a/pages/summaryOfPortraits/components/components/format/fillingDegree.vue b/pages/summaryOfPortraits/components/components/format/fillingDegree.vue index 049c280..76464ac 100644 --- a/pages/summaryOfPortraits/components/components/format/fillingDegree.vue +++ b/pages/summaryOfPortraits/components/components/format/fillingDegree.vue @@ -92,7 +92,8 @@ export default { dataLabel: false, enableScroll: false, title: { - name:config.Abundant?'盈足':'不盈足', + // name:config.Abundant?'盈足':'不盈足', + name:'', fontSize: 16, color: "#341D00" }, diff --git a/pages/summaryOfPortraits/components/formatPortraitBI.vue b/pages/summaryOfPortraits/components/formatPortraitBI.vue index 95df9ed..817b78c 100644 --- a/pages/summaryOfPortraits/components/formatPortraitBI.vue +++ b/pages/summaryOfPortraits/components/formatPortraitBI.vue @@ -30,7 +30,7 @@
业态充盈度
+业态占比