“wangyihan” hace 1 año
padre
commit
12771ac065
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
         };
       });