From 34d689bea3d2ca950e21a17077f003eac95934d7 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 10 Oct 2024 16:36:35 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E4=BF=AE=E6=94=B9?= 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 a66ac6e0..6ec27368 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1347,7 +1347,7 @@
时间: - {{currentPlanItem.beginTime}} - {{ currentPlanItem.endTime }} + {{currentPlanItem.beginTime}} ~ {{ currentPlanItem.endTime }}
地点: @@ -2079,7 +2079,7 @@ const columns6 = [ return( text.record && text.record.courseScore != -1 ?
- {(text.record.courseScore || '0').toFixed(2)} + {(text.record.courseScore.toFixed(2) || '0.00')}
downPin(text.record)} title="导出评估信息">
: '-'