“wangyihan” 1 year ago
parent
commit
12771ac065
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/equBigData/LeftChartUnder.vue

+ 1 - 1
src/views/equBigData/LeftChartUnder.vue

@@ -30,7 +30,7 @@ export default {
     getData() {
       this.config.data = this.dataList.map((item) => {
         return {
-          name: item.age,
+          name: item.ageGroup,
           value: item.count,
         };
       });