“wangyihan” 1 anno fa
parent
commit
12771ac065
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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,
         };
       });