ปรับทะเบียนประวัติ และ แก้ไขการเพิ่มตำแหน่ง
This commit is contained in:
parent
954f90a81a
commit
d2cf75cb3b
7 changed files with 279 additions and 182 deletions
|
|
@ -31,6 +31,7 @@ interface RequestItemsObject {
|
|||
insigniaLast: String;
|
||||
isLeave: String;
|
||||
leaveDateOrder: Date | string | null;
|
||||
isVerified: boolean;
|
||||
}
|
||||
|
||||
//columns
|
||||
|
|
|
|||
|
|
@ -32,6 +32,7 @@ interface ResponseObject {
|
|||
insigniaLast: String;
|
||||
isLeave: boolean;
|
||||
leaveDateOrder: Date | null;
|
||||
isVerified: boolean;
|
||||
}
|
||||
|
||||
export type { ResponseObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue