From 6b6fce5ebf65a8b4df016ed34c6da0f79f0d80cf Mon Sep 17 00:00:00 2001 From: zhangyc Date: Fri, 9 Dec 2022 08:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E8=AF=BE=E5=88=97=E8=A1=A8=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 52 +++++++++++--------- 1 file changed, 28 insertions(+), 24 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a3080376..3704ec16 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -2979,29 +2979,7 @@ const columns6 = [ return index + 1 + pageNum; }, }, - { - title: "创建人", - dataIndex: "createName", - key: "createName", - width: "10%", - align: "center", - ellipsis: true, - customRender: ({ text }) => { - return text ? text : "-"; - }, - }, - { - title: "教师名称", - dataIndex: "teacher", - key: "teacher", - width: "10%", - align: "center", - ellipsis: true, - customRender: ({ text }) => { - return text ? text : "-"; - }, - }, - { + { title: "课程名称", dataIndex: "organization", key: "organization", @@ -3012,7 +2990,7 @@ const columns6 = [ return text ? text : "-"; }, }, - { + { title: "场地", dataIndex: "address", key: "saddress", @@ -3023,6 +3001,21 @@ const columns6 = [ return text ? text : "-"; }, }, + { + title: "教师名称", + dataIndex: "teacher", + key: "teacher", + width: "10%", + align: "center", + ellipsis: true, + customRender: ({ text }) => { + return text ? text : "-"; + }, + }, + + + + { title: "开始时间", dataIndex: "starttime", @@ -3046,6 +3039,17 @@ const columns6 = [ // return text ? getdateToTime(text * 1000) : "-"; return text ? text : "-"; }, + }, + { + title: "创建人", + dataIndex: "createName", + key: "createName", + width: "10%", + align: "center", + ellipsis: true, + customRender: ({ text }) => { + return text ? text : "-"; + }, }, { title: "操作",