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({