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="导出评估信息">
: '-'