From ce5391c1ddd49f02e9383ef400e159df2bc7de45 Mon Sep 17 00:00:00 2001 From: NiSen Date: Wed, 5 Jul 2023 18:48:40 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E7=AE=A1=E7=90=86=E7=9A=84?= =?UTF-8?q?=E5=85=B3=E9=94=AE=E5=AD=97=E7=9C=81=E7=95=A5=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/courselibrary/CoursewareManage.vue | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 233f22a4..795e09d1 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1734,13 +1734,12 @@ export default defineComponent({ }, { title: "关键字", - width: 130, dataIndex: "tips", key: "tips", - ellipsis: true, align: "left", + customCell :() => {return {style: {maxWidth: '200px',overflow: 'hidden',whiteSpace: 'nowrap',textOverflow:'ellipsis',cursor:'pointer'}}}, customRender: ({ text }) => { - return text ? text : "-"; + return {text ? text : "-"} }, }, { @@ -1915,7 +1914,6 @@ export default defineComponent({ slots: { customRender: "action" }, }, ], - shipType: 1, addLoading: false, currentPlanItem: {},