From e8254604e7e39a8d6d5c330e817384a5b6bd9bd6 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Fri, 31 May 2024 17:02:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=AF=84=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/gratefulteacher/LecturerManagement.vue | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/src/views/gratefulteacher/LecturerManagement.vue b/src/views/gratefulteacher/LecturerManagement.vue index c58a2dcf..4f2c8936 100644 --- a/src/views/gratefulteacher/LecturerManagement.vue +++ b/src/views/gratefulteacher/LecturerManagement.vue @@ -776,6 +776,13 @@ const twiceolumnsOne = [ dataIndex: 'score', key: 'score', }, + { + title: '评语', + dataIndex: 'comment', + key: 'comment', + ellipsis: true, + width: 300, + }, ]; const twiceolumnsTwo = [ { @@ -799,6 +806,13 @@ const twiceolumnsTwo = [ dataIndex: 'score', key: 'score', }, + { + title: '评语', + dataIndex: 'comment', + key: 'comment', + ellipsis: true, + width: 300, + }, ] const selectedRowKeysList = ref([]) const rowSelection = { @@ -1737,7 +1751,7 @@ const vwtext = ref(null) margin-left: 84px; } .footer_right{ - margin-right: 85px; + margin-right: 114px; } } .courseIntroduction{