mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
feat:增加项目及学习路径面授任务学员
This commit is contained in:
@@ -908,11 +908,12 @@
|
||||
v-model:studentId="studentId"
|
||||
/>
|
||||
<!-- 面授学员抽屉 -->
|
||||
<face-stu v-model:FSvisible="FSvisible" :datasource="studentData" />
|
||||
<RouterFaceStu v-model:FSvisible="FSvisible" :datasource="facestudent" />
|
||||
<!-- 活动考勤抽屉 -->
|
||||
<active-attendance
|
||||
v-model:AAvisible="AAvisible"
|
||||
:title="showKaoqinText"
|
||||
classify="2"
|
||||
/>
|
||||
<!-- 时间管理抽屉 -->
|
||||
<time-manage v-model:Tvisible="visible" :title="showTimeText" />
|
||||
@@ -1161,7 +1162,7 @@ import { message, Modal } from "ant-design-vue";
|
||||
import ProjCheckShip from "../../components/drawers/ProjCheckPower";
|
||||
import ImpStu from "../../components/drawers/AddLevelImportStu";
|
||||
import CheckStu from "../../components/drawers/CheckStu";
|
||||
import FaceStu from "../../components/drawers/FaceStu";
|
||||
import RouterFaceStu from "../../components/drawers/router/RouterFaceStu";
|
||||
import ActiveAttendance from "../../components/drawers/ActiveAttendance";
|
||||
import TimeManage from "../../components/drawers/TimeManage";
|
||||
import TestManage from "../../components/drawers/TestManage";
|
||||
@@ -1195,7 +1196,7 @@ export default {
|
||||
ProjCheckShip,
|
||||
ImpStu,
|
||||
CheckStu,
|
||||
FaceStu,
|
||||
RouterFaceStu,
|
||||
ActiveAttendance,
|
||||
TimeManage,
|
||||
TestManage,
|
||||
@@ -1396,7 +1397,7 @@ export default {
|
||||
examLevelName: "",
|
||||
evaluationLevelName: "",
|
||||
|
||||
studentData: "",
|
||||
facestudent: "",
|
||||
});
|
||||
|
||||
const levelList = reactive({
|
||||
@@ -1606,8 +1607,8 @@ export default {
|
||||
//面授学员的弹窗
|
||||
const showFS = (item) => {
|
||||
state.FSvisible = true;
|
||||
state.studentData = item;
|
||||
console.log("studentData", state.studentData);
|
||||
state.facestudent = item;
|
||||
console.log("facestudent", state.facestudent);
|
||||
};
|
||||
//考勤的抽屉
|
||||
const showAA = (course) => {
|
||||
|
||||
Reference in New Issue
Block a user