diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue
index 2b7a98d5..a66ac6e0 100644
--- a/src/views/courselibrary/CoursewareManage.vue
+++ b/src/views/courselibrary/CoursewareManage.vue
@@ -2079,7 +2079,7 @@ const columns6 = [
return(
text.record && text.record.courseScore != -1 ?
-
{text.record.courseScore || '0'}
+
{(text.record.courseScore || '0').toFixed(2)}
downPin(text.record)} title="导出评估信息">
: '-'
@@ -3675,8 +3675,7 @@ function onFocusEnd(){
await planList(obj).then(rs=>{
res = rs
}).catch(err=>{
- console.log(err,'rrrrrr')
- message.error(err.message=='timeout of 15000ms exceeded'?'系统超时,请稍后再试':err.msg)
+ message.error(err.message=='timeout of 15000ms exceeded'?'系统超时,请稍后再试':err.data.msg)
state.tableCoursePlanLoading = false
res ={
data:{data:{