แก้ออกคำสั่งวินัย
This commit is contained in:
parent
743401b19e
commit
9b0ab95165
7 changed files with 180 additions and 107 deletions
|
|
@ -13,6 +13,13 @@ interface ListLeave {
|
|||
fullName: string; //คำนำหน้า ชื่อ นามสกุล คนขอลา
|
||||
dateSendLeave: Date | null; //วันที่ยื่นใบลา
|
||||
status: string | null; //ส
|
||||
citizenId?: string;
|
||||
leaveStartDate?: Date | null;
|
||||
leaveEndDate?: Date | null;
|
||||
agency?: string;
|
||||
org?: string;
|
||||
position?: string;
|
||||
level?: string;
|
||||
}
|
||||
interface FormData {
|
||||
id: string;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue