diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 71b1036c..19173dfd 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -3368,11 +3368,33 @@ const columns6 = [ return index + 1; }, }, + { + title: "创建人", + dataIndex: "name", + key: "name", + 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", - width: "25%", + width: "15%", align: "center", ellipsis: true, customRender: ({ text }) => { @@ -3383,7 +3405,7 @@ const columns6 = [ title: "场地", dataIndex: "address", key: "saddress", - width: "25%", + width: "15%", align: "center", ellipsis: true, customRender: ({ text }) => {