From c08fb3ab3f34195f7f55cec1160cc86b6f3d9611 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 11 Oct 2024 15:02:50 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E8=80=83=E8=AF=95=E6=88=90?= =?UTF-8?q?=E7=BB=A9=E6=98=BE=E7=A4=BA=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index ca8b4943..1bf0fd16 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4323,6 +4323,9 @@ function onFocusEnd(){ dataIndex: "examinationScore", key: "8", align: "center", + customRender: ({ record }) => + record.examinationScore ? record.examinationScore : "-", + }, { title: "结业状态",