ui specialTime

เพิ่มตัวแปร checkIn checkOut
This commit is contained in:
AnandaTon 2023-11-07 12:03:20 +07:00
parent 02c8376b7f
commit f8843a2990
5 changed files with 34 additions and 44 deletions

View file

@ -31,6 +31,8 @@ export const useSpecialTimeStore = defineStore("LeaveSpecialTime", () => {
endTimeMorning: e.endTimeMorning,
startTimeAfternoon: e.startTimeAfternoon,
endTimeAfternoon: e.endTimeAfternoon,
checkIn: e.checkOut,
checkOut: e.checkOut,
status: e.status,
checkInStatus: convertStatus(e.checkInStatus),
checkOutStatus: convertStatus(e.checkOutStatus),