diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue
index adda52b7..fbbd9db1 100644
--- a/src/views/courselibrary/CoursewareManage.vue
+++ b/src/views/courselibrary/CoursewareManage.vue
@@ -3887,20 +3887,12 @@ export default defineComponent({
customRender: ({ record }) => {
return (
- {record.workScore === -2 || record.workScore === -1 || record.workScore < 0? (
- "-"
- ) : record.workScore ? (
- {record.workScore}
- ) : (
- {
- handlJoinStu(record);
- }}
- >
- 成绩录入
-
- )}
+ {record.workStatus? record.workScore?{record.workScore || '-'}:
+ handlJoinStu(record)}>
+ 成绩录入
+
+ : -
+ }
);
// switch (String(record.status)) {