From b411c8fe4c81587071d6e7827feb46309f8019c2 Mon Sep 17 00:00:00 2001 From: NiSen Date: Wed, 5 Jul 2023 13:10:26 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E5=85=B3=E9=94=AE=E5=AD=97?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 12 +++++++++++- src/views/courselibrary/courseModal.vue | 4 ++-- 2 files changed, 13 insertions(+), 3 deletions(-) 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 @@
- 内容标签 + 关键字
@@ -339,7 +339,7 @@