From a5c109a5c8013e57266bd9b29ea6578b809365f2 Mon Sep 17 00:00:00 2001 From: xu Date: Fri, 7 Nov 2025 15:47:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=EF=BC=9ASZX-1155=E3=80=91=E5=9C=A8?= =?UTF-8?q?=E7=BA=BF=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86=E5=88=97=E8=A1=A8?= =?UTF-8?q?=E4=B8=AD=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=B8=A4=E5=88=97:?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=BA=BA=E5=92=8C=E5=AE=A1=E6=A0=B8=E6=97=B6?= =?UTF-8?q?=E9=97=B4=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 306c7c57..65424818 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -2112,6 +2112,26 @@ export default defineComponent({ } }, }, + { + title: "审核人", + width: 120, + dataIndex: "auditUser", + key: "auditUser", + align: "center", + customRender: ({ text }) => { + return text ? text : "-"; + }, + }, + { + title: "审核时间", + width: 160, + dataIndex: "auditTime", + key: "auditTime", + align: "center", + customRender: ({ text }) => { + return text ? text : "-"; + }, + }, { title: "是否发布", width: 100,