แก้ UI รายการลา
This commit is contained in:
parent
2ec7426576
commit
ddcb98a107
19 changed files with 204 additions and 118 deletions
|
|
@ -13,6 +13,9 @@ interface ListLeave {
|
|||
fullName: string; //คำนำหน้า ชื่อ นามสกุล คนขอลา
|
||||
dateSendLeave: Date | null; //วันที่ยื่นใบลา
|
||||
status: string | null; //ส
|
||||
leaveSubTypeName: string; //ส
|
||||
leaveRange: string; //ส
|
||||
leaveRangeEnd: string; //ส
|
||||
citizenId?: string;
|
||||
leaveStartDate?: Date | null;
|
||||
leaveEndDate?: Date | null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue