diff --git a/src/components/drawers/ActiveAttendance.vue b/src/components/drawers/ActiveAttendance.vue index 0c7a9b5f..e41f7511 100644 --- a/src/components/drawers/ActiveAttendance.vue +++ b/src/components/drawers/ActiveAttendance.vue @@ -513,14 +513,14 @@ export default { align: "center", className: "h", }, - // { - // title: "所在岗位", - // dataIndex: "gang", - // key: "gang", - // width: 50, - // align: "center", - // className: "h", - // }, + { + title: "所在岗位", + dataIndex: "gang", + key: "gang", + width: 50, + align: "center", + className: "h", + }, { title: "签到时间", dataIndex: "cur", diff --git a/src/components/drawers/FaceStu.vue b/src/components/drawers/FaceStu.vue index a8353a7b..3ec29b4f 100644 --- a/src/components/drawers/FaceStu.vue +++ b/src/components/drawers/FaceStu.vue @@ -8,7 +8,7 @@ >
-
【面授】学员
+
【面授】{{ datasource?.name }}
- 起止时间:2022-07-21 14:00 ~ 2022-7-30 14:00 + 起止时间:{{ + datasource && datasource.startTime ? datasource.startTime : "-" + }} + ~ + {{ datasource && datasource.endTime ? datasource.endTime : "-" }}
签到时间:14:00
-
签退时间:21:00
@@ -908,7 +908,7 @@ v-model:studentId="studentId" /> - + { + const showFS = (item) => { state.FSvisible = true; + state.studentData = item; + console.log("studentData", state.studentData); }; //考勤的抽屉 const showAA = (course) => {