ui specialTime
เพิ่มตัวแปร checkIn checkOut
This commit is contained in:
parent
02c8376b7f
commit
f8843a2990
5 changed files with 34 additions and 44 deletions
|
|
@ -10,5 +10,7 @@ interface ListData {
|
|||
status: string;
|
||||
checkInStatus: string;
|
||||
checkOutStatus: string;
|
||||
checkOut: string;
|
||||
checkIn: string;
|
||||
}
|
||||
export type { ListData };
|
||||
|
|
|
|||
|
|
@ -8,17 +8,15 @@ interface DataRows {
|
|||
status: string;
|
||||
}
|
||||
interface dataRowRound {
|
||||
startTimeMorning: string;
|
||||
endTimeMorning: string;
|
||||
startTimeAfternoon: string;
|
||||
endTimeAfternoon: string;
|
||||
checkIn: string;
|
||||
checkOut: string;
|
||||
checkInStatus: string;
|
||||
checkOutStatus: string;
|
||||
note: string;
|
||||
}
|
||||
interface MyObjectRoundRef {
|
||||
startTimeMorning: object | null;
|
||||
endTimeMorning: object | null;
|
||||
checkIn: object | null;
|
||||
checkOut: object | null;
|
||||
checkInStatus: object | null;
|
||||
checkOutStatus: object | null;
|
||||
[key: string]: any;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue