From 804f5379038f4cdb041a20f40df65c3460320261 Mon Sep 17 00:00:00 2001 From: xu Date: Fri, 7 Nov 2025 17:40:13 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E3=80=90bug=EF=BC=9ASZX-1155?= =?UTF-8?q?=E3=80=91=E5=9C=A8=E7=BA=BF=E8=AF=BE=E7=A8=8B=E7=AE=A1=E7=90=86?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E4=B8=AD=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=B8=A4?= =?UTF-8?q?=E5=88=97:=E5=AE=A1=E6=A0=B8=E4=BA=BA=E5=92=8C=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=97=B6=E9=97=B4=E3=80=82"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit a5c109a5c8013e57266bd9b29ea6578b809365f2. --- src/views/courselibrary/CoursewareManage.vue | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 65424818..306c7c57 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -2112,26 +2112,6 @@ 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,