ui specialTime
เพิ่มตัวแปร checkIn checkOut
This commit is contained in:
parent
02c8376b7f
commit
f8843a2990
5 changed files with 34 additions and 44 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue