根据接口返回数据渲染不同个数的饼图
饼图渲染数据:
现在可以显示饼图代码:
v-for 遍历 接口中的数据 this.reportsList.courseResultPercentages, 不显示饼图
v-for 遍历 this.reportsList.courseResultPercentages , 可以显示渲染的饼图
this.reportsList.courseResultPercentages这个是对象还是数组?