zhangjie 1 年之前
父节点
当前提交
d556ab7cad
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/modules/course/components/TargetReportDetail.vue

+ 1 - 1
src/modules/course/components/TargetReportDetail.vue

@@ -527,7 +527,7 @@ export default {
       const scoreRange = scoreList.scoreRange.map((item) => {
         return {
           name: `${item.minScore}~${item.maxScore}`,
-          value: item.studentCount,
+          value: item.rate,
         };
       });
       scoreRange.unshift({