diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 355d3084..f2e81575 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1334,8 +1334,8 @@ 已开课 {{ - currentPlanItem.courseScore !== -1 - ? currentPlanItem.courseScore.toFixed(2) + (currentPlanItem.score !== 0&& currentPlanItem.score!==-1) + ? currentPlanItem.score.toFixed(2) : "-" }} @@ -2057,7 +2057,7 @@ const columns6 = [ ellipsis: true, customRender: ( text ) => { return( - text.record && text.record.score != 0 ? + text.record && text.record.score != 0 && text.record.score != -1 ?