diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 2b4896e0..0ce365df 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1721,8 +1721,8 @@ const columns6 = [ align: "center", ellipsis: true, customRender: ({text}) => { - return text ? text : "-"; - }, + return text ? text : "-" + } }, {