zhangjie 1 năm trước cách đây
mục cha
commit
d556ab7cad
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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({