แก้ไข ui pop up อนุมัติคำขอ
This commit is contained in:
parent
61026107cd
commit
288fad12e1
5 changed files with 80 additions and 79 deletions
|
|
@ -8,5 +8,7 @@ interface ListData {
|
|||
startTimeAfternoon: string | null;
|
||||
endTimeAfternoon: string | null;
|
||||
status: string;
|
||||
checkInStatus: string;
|
||||
checkOutStatus: string;
|
||||
}
|
||||
export type { ListData };
|
||||
|
|
|
|||
|
|
@ -12,13 +12,15 @@ interface dataRowRound {
|
|||
endTimeMorning: string;
|
||||
startTimeAfternoon: string;
|
||||
endTimeAfternoon: string;
|
||||
checkInStatus: string;
|
||||
checkOutStatus: string;
|
||||
note: string;
|
||||
}
|
||||
interface MyObjectRoundRef {
|
||||
startTimeMorning: object | null;
|
||||
endTimeMorning: object | null;
|
||||
startTimeAfternoon: object | null;
|
||||
endTimeAfternoon: object | null;
|
||||
checkInStatus: object | null;
|
||||
checkOutStatus: object | null;
|
||||
[key: string]: any;
|
||||
}
|
||||
export type { DataRows, dataRowRound, MyObjectRoundRef };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue