diff --git a/src/components/project/BatchLecturer.vue b/src/components/project/BatchLecturer.vue index 830ee900..ce467f8c 100644 --- a/src/components/project/BatchLecturer.vue +++ b/src/components/project/BatchLecturer.vue @@ -371,6 +371,11 @@ const queryDrawer = () => { margin-right: 20px; } } + .table{ + ::v-deep .ant-table-cell-fix-right { + width: 160px !important; + } + } } } diff --git a/src/components/project/ConfirmLecturer.vue b/src/components/project/ConfirmLecturer.vue index 69b7fd38..f524d677 100644 --- a/src/components/project/ConfirmLecturer.vue +++ b/src/components/project/ConfirmLecturer.vue @@ -618,6 +618,11 @@ const config = () => { margin-right: 20px; } } + .table{ + ::v-deep .ant-table-cell-fix-right { + width: 160px !important; + } + } } } diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index 0d629b99..7db346c6 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -2757,6 +2757,7 @@ export default defineComponent({ completeType: "", xjkkinputV1: "", onceName: "", + scoreParams:'', changeName:false, xjkkinputV2: "", duration: "", @@ -3952,6 +3953,7 @@ function onFocusEnd(){ state.completeType = ""; // state.xjkkinputV1 = ""; state.onceName = ""; + state.scoreParams = ''; state.xjkkinputV2 = ""; state.duration = ""; // state.xjkkinputV3 = []; @@ -4025,6 +4027,7 @@ function onFocusEnd(){ examInfo: state.examInfo, //提交的考试信息 beforeStart: state.beforeValue, //考勤 开始前 afterStart: state.afterStartValue, //考勤 开始后 + score: state.scoreParams, }; console.log(postData); if(!postData.name){ @@ -4143,6 +4146,7 @@ function onFocusEnd(){ state.EditWorkId = String(item.homeWorkId); state.xjkkinputV1 = item.name; state.onceName = item.name; + state.scoreParams = item.score; state.beforeValue = item.beforeStart; //考勤 开始前 state.afterStartValue = item.afterStart; //考勤 开始后 state.xjkkradioVEndTime = item.autoGraduateDays; @@ -5277,7 +5281,7 @@ function onFocusEnd(){ const qrcodeVisible = (record, type) => { // `${location.protocol}//${location.host}${import.meta.env.VUE_APP_BASE_API}/stu/project/redirectDetail?courseId=${record.id}` state.codevisible = true; - let teacherNames = record.offteachers?.filter(teacher => teacher.name !== null).map(teacher => teacher.name); + let teacherNames = record.offteachers?.filter(teacher => teacher.teacherName !== null).map(teacher => teacher.teacherName); state.codeInfo = { title: type == 1 ? "【课程】二维码" : type == 2 ? "【签到】二维码" : "【评估】二维码", name: record.name, diff --git a/src/views/lecturer/ExternalTeaching.vue b/src/views/lecturer/ExternalTeaching.vue index 54c9f8bc..dc324563 100644 --- a/src/views/lecturer/ExternalTeaching.vue +++ b/src/views/lecturer/ExternalTeaching.vue @@ -620,7 +620,7 @@ export default { customRender: (value) => { return (