From 612b376a290036fcbd542a5e683c5c4d401479a7 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Mon, 28 Oct 2024 16:58:15 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E8=AF=84=E5=88=86=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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="导出评估信息">
: '-'