แก้ UI รายการลา

This commit is contained in:
setthawutttty 2025-04-25 16:55:17 +07:00
parent 2ec7426576
commit ddcb98a107
19 changed files with 204 additions and 118 deletions

View file

@ -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;