ผูก API และปรับหน้าประวัติการลงเวลาในระบบ checkin
This commit is contained in:
parent
7dfc17dcbb
commit
3ea348f779
5 changed files with 98 additions and 76 deletions
|
|
@ -16,6 +16,7 @@ interface FormData {
|
|||
checkOutLocation: string
|
||||
editStatus: string
|
||||
editReason: string
|
||||
isEdit: boolean
|
||||
}
|
||||
interface Datalist {
|
||||
checkInId: string
|
||||
|
|
@ -29,6 +30,7 @@ interface Datalist {
|
|||
checkOutLocation: string
|
||||
editStatus: string
|
||||
editReason: string
|
||||
isEdit: boolean
|
||||
}
|
||||
|
||||
interface FormTimeStemp {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue