diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 2466455d..c58704d2 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1732,7 +1732,17 @@ export default defineComponent({ return text ? text : "-"; }, }, - + { + title: "关键字", + width: 130, + dataIndex: "intro", + key: "intro", + ellipsis: true, + align: "left", + customRender: ({ text }) => { + return text ? text : "-"; + }, + }, { title: "内容分类", width: 130, diff --git a/src/views/courselibrary/courseModal.vue b/src/views/courselibrary/courseModal.vue index a49f611a..2ef3cdf0 100644 --- a/src/views/courselibrary/courseModal.vue +++ b/src/views/courselibrary/courseModal.vue @@ -328,7 +328,7 @@