ปรับ code ประวัติการลงเวลา
This commit is contained in:
parent
c78cc9b0bd
commit
5ec610fcc0
3 changed files with 57 additions and 43 deletions
|
|
@ -14,6 +14,8 @@ interface FormData {
|
|||
checkOutStatus: string
|
||||
checkInLocation: string
|
||||
checkOutLocation: string
|
||||
editStatus: string
|
||||
editReason: string
|
||||
}
|
||||
interface Datalist {
|
||||
checkInId: string
|
||||
|
|
@ -25,6 +27,8 @@ interface Datalist {
|
|||
checkOutStatus: string
|
||||
checkInLocation: string
|
||||
checkOutLocation: string
|
||||
editStatus: string
|
||||
editReason: string
|
||||
}
|
||||
|
||||
interface FormTimeStemp {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue