This commit is contained in:
zhangsir
2024-02-01 15:39:43 +08:00
parent 74942ee4cf
commit 0db1abf7a6
3 changed files with 52 additions and 23 deletions

View File

@@ -904,9 +904,9 @@
<span v-else>新建开课</span>
<div class="close_exit" @click="handleCancelStu"></div>
</div>
<!-- <div class="cstm_title">
<div class="cstm_title">
<span>面授名称:{{ newCourseName }}</span>
</div> -->
</div>
<div class="cstm_items">
<div class="signbox">
<div class="sign">
@@ -3707,7 +3707,7 @@ function onFocusEnd(){
CourseModalRef.value.visibleOpen(null, state.xzinputV1);
state.valueE1 = "";
// state.teacher = "";
state.teacher = "";
state.teacherName = "";
state.qdms_inputV1 = state.xzinputV1;
@@ -5051,7 +5051,7 @@ function onFocusEnd(){
let teacherNames = record.offteachers?.filter(teacher => teacher.teacherName !== null).map(teacher => teacher.teacherName);
state.codeInfo = {
title: type == 1 ? "【课程】二维码" : "【签到】二维码",
name: record.name ? record.name : "",
name: record.name ? record.name+'签到' : "",
teacherName: teacherNames.length > 0 ? teacherNames.join(' ') : "",
url:
type == 1