diff --git a/src/views/assessResult/components/indexStatistics.vue b/src/views/assessResult/components/indexStatistics.vue index 8f4c02e..fdbc794 100644 --- a/src/views/assessResult/components/indexStatistics.vue +++ b/src/views/assessResult/components/indexStatistics.vue @@ -190,7 +190,7 @@ this.chartDataPie.rows = this.chartData.rows.map(item => { return { ...item, - text: item.text + '月' + text: item.text + '年' } }) console.log('this.chartData.rows:::' + this.chartData.rows)