diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index c58704d2..233f22a4 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1735,8 +1735,8 @@ export default defineComponent({ { title: "关键字", width: 130, - dataIndex: "intro", - key: "intro", + dataIndex: "tips", + key: "tips", ellipsis: true, align: "left", customRender: ({ text }) => { diff --git a/src/views/courselibrary/components/seeModal.vue b/src/views/courselibrary/components/seeModal.vue index a0dc16f0..8a1dde7f 100644 --- a/src/views/courselibrary/components/seeModal.vue +++ b/src/views/courselibrary/components/seeModal.vue @@ -199,7 +199,7 @@
- 内容标签: + 关键字:
{{ filterTxt(detail.tips) }}