diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 44348ac6..f211331c 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -2057,9 +2057,9 @@ const columns6 = [ ellipsis: true, customRender: ( text ) => { return( - text.record && text.record.courseScore != -1 ? + text.record && text.record.score != -1 ?
- {(text.record.courseScore.toFixed(2) || '0.00')} + {(text.record.score.toFixed(2) || '0.00')}
downPin(text.record)} title="导出评估信息">
: '-'