แก้ไขข้อมูลในตาราง
This commit is contained in:
parent
37a0f984c3
commit
cae195c7bd
2 changed files with 363 additions and 369 deletions
|
|
@ -2,6 +2,8 @@ interface ListLeave {
|
|||
id: string //*Id การยื่นขอลา
|
||||
leaveTypeName: string //Name ประเภทการลา
|
||||
leaveTypeId: string //Id ประเภทการลา
|
||||
leaveStartDate: Date
|
||||
leaveEndDate: Date
|
||||
fullName: string //คำนำหน้า ชื่อ นามสกุล คนขอลา
|
||||
dateSendLeave: Date | null //วันที่ยื่นใบลา
|
||||
status: string //สถานะการของลา
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue