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; };