This commit is contained in:
joylink_cuiweidong 2020-07-15 19:05:45 +08:00
commit ae083cb20d

View File

@ -354,7 +354,7 @@ export default {
localLessonPassRate: Math.round(localLessonPassRate * 10) / 10, localLessonPassRate: Math.round(localLessonPassRate * 10) / 10,
centerExamSocreRadio: Math.round(centerExamSocreRadio * 10) / 10, centerExamSocreRadio: Math.round(centerExamSocreRadio * 10) / 10,
centerLessonPassRate: Math.round(centerLessonPassRate * 10) / 10, centerLessonPassRate: Math.round(centerLessonPassRate * 10) / 10,
totolScore: Math.round(totolScore) / 100 totolScore: Math.round(totolScore / 10) / 10
}); });
}); });
}).catch(() =>{ }).catch(() =>{