From d090544399fdfb64eb4bf10b70af0d598f53e946 Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Mon, 26 Dec 2022 23:12:00 +0800 Subject: [PATCH] =?UTF-8?q?--=20=E5=AD=A6=E5=91=98=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/TableStudent.vue | 6 +- src/views/courselibrary/CoursewareManage.vue | 12517 +++++++++-------- 2 files changed, 6279 insertions(+), 6244 deletions(-) diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index cd003926..643be4e9 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -168,7 +168,7 @@ const tablecolumns = ref([ width: "8%", align: "left", className: "h", - customRender: ({record: {studentName,topFlag}}) => (topFlag?
(topFlag ?
优秀
-
:
{studentName}
) + :
{studentName}
) }, { title: "工号", @@ -209,7 +209,7 @@ const tablecolumns = ref([ width: 100, align: "center", customRender: ({record: {source}}) => - ({1: "快速添加", 2: "组织", 3: "受众"}[source]), + ({1: "快速添加", 2: "组织", 3: "受众", 4: '报名'}[source]), }, ...props.columns, { diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index a40179c7..ee92e8d5 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -1,28 +1,29 @@