zhangjie 1 year ago
parent
commit
d556ab7cad
1 changed files with 1 additions and 1 deletions
  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({