From 30cdad3eb3fe574f0d64cee2fc9cc0a3ece908d8 Mon Sep 17 00:00:00 2001 From: zhangsir Date: Thu, 10 Oct 2024 17:53:24 +0800 Subject: [PATCH] =?UTF-8?q?=E9=9D=A2=E6=8E=88=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/student/TableStudent.vue | 3 ++- src/views/courselibrary/CoursewareManage.vue | 12 ++++-------- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/src/components/student/TableStudent.vue b/src/components/student/TableStudent.vue index 35502839..d8382800 100644 --- a/src/components/student/TableStudent.vue +++ b/src/components/student/TableStudent.vue @@ -535,8 +535,9 @@ const tablecolumns = ref([ 2: "手动加入", 3: "手动加入", 4: "导入", - 5: "报名", + 5: "自主报名", 6: "导入", + 8: "扫码报名", }[source]), }, ...props.columns, diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 6ec27368..4e3b9137 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -756,12 +756,7 @@ type="date" style="width: 300px; margin-right: 14px" :placeholder="[' 面授开始时间', ' 面授结束时间']" - :show-time="{ - defaultValue: [ - moment('00:00', 'HH:mm'), - moment('23:59', 'HH:mm'), - ], - }" + format="YYYY/MM/DD" />
@@ -789,7 +784,7 @@
-
+
@@ -4910,7 +4905,8 @@ function onFocusEnd(){ state.offcourseId = item.id; state.newCourseName = item.name; state.permissions = item.permissions; - getTableDate3(1); + // getTableDate3(1); + handleRestTable() state.stm_hs = true; };