filter Date รายการลงเวลาปฏิบัติงาน และ ลบคำนำหน้าออกยืมคืนเครื่องราช
This commit is contained in:
parent
511fe670ae
commit
0939d490df
5 changed files with 209 additions and 56 deletions
|
|
@ -9,7 +9,22 @@ interface TableRows {
|
|||
latOut: string
|
||||
longOut: string
|
||||
status: string
|
||||
date: String | null
|
||||
}
|
||||
interface DataRes {
|
||||
fullName: string
|
||||
timeIn: string
|
||||
coordinatesIn: string
|
||||
latIn: string
|
||||
longIn: string
|
||||
timeOut: string
|
||||
coordinatesOut: string
|
||||
latOut: string
|
||||
longOut: string
|
||||
status: string
|
||||
date: Date
|
||||
}
|
||||
export type {
|
||||
TableRows
|
||||
TableRows,
|
||||
DataRes
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue