From eacf0317fdeeaa781ca3c3871328fbb34f2fbc9e Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Thu, 12 Jan 2023 23:14:02 +0800 Subject: [PATCH] =?UTF-8?q?--fix=20=E4=B8=8D=E8=AE=A9=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=91=98=E5=BD=95=E5=85=A5=E6=88=90=E7=BB=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 21 ++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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); + // }} + // > + // 成绩录入 + // + )}
);