diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index d2cf7ca0..54687478 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3074,17 +3074,18 @@ export default defineComponent({ customRender: ({ record }) => { return (
- {record.score ? ( - {record.score} + {record.workScore ? ( + {record.workScore} ) : ( - { - handlJoinStu(record); - }} - > - 成绩录入 - + // { + // handlJoinStu(record); + // }} + // > + // 成绩录入 + // + )}
);