ปรับ UI รายการลงเวลา

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-10-31 14:55:55 +07:00
parent bfa2e9fe08
commit 601e288457
7 changed files with 45 additions and 32 deletions

View file

@ -8,8 +8,9 @@ interface TableRows {
coordinatesOut: string
latOut: string
longOut: string
status: string
date: String | null
status: string | undefined
date: string | null
}
interface DataRes {
fullName: string