Merge branch 'zcwy-0425-remark' into zcwy-0415

This commit is contained in:
zhangsir
2024-05-11 22:33:31 +08:00
8 changed files with 664 additions and 67 deletions

View File

@@ -512,7 +512,7 @@ const qrcodeVisibleSign = () => {
courseName: props.courseName,
createName: data.value[coursePlanIndex.value].offteachers.map(teacher => teacher.teacherName).join(', '),
name: signName + '课程签到',
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${taskId}&taskType=${2}&type=${3}`,
url: `${location.protocol}//${location.host}${process.env.VUE_APP_BASE_API}/admin/student/studentSign?taskId=${taskId}&taskType=${2}&type=${3}&openCourseId=${taskId}`,
});
}
// qrCode({

View File

@@ -540,7 +540,7 @@ const tablecolumns = ref([
title: "操作",
dataIndex: "operation",
key: "operation",
width: 210,
width: 260,
align: "center",
slots: { customRender: "action" },
},