UI หน้ารายการการลา (Admin)
This commit is contained in:
parent
412bd910f1
commit
651f2e51b4
18 changed files with 1691 additions and 88 deletions
|
|
@ -76,6 +76,7 @@ interface FremData {
|
|||
coupleDayStartDateHistory: Date | null; //ประวัติ ตั้งแต่วันที่ (ลาติดตามคู่สมรส)
|
||||
coupleDayEndDateHistory: Date | null; //ประวัติ ถึงวันที่ (ลาติดตามคู่สมรส)
|
||||
coupleDaySumTotalHistory: string; //ประวัติ ในกรณีลาติดต่อกับครั้งก่อน รวมทั้งนี้ด้วย เป็นเวลา กี่ปี กี่เดือน กี่วัน (ลาติดตามคู่สมรส)
|
||||
step: string;
|
||||
}
|
||||
|
||||
export type { ListsData, FremData, QuerySting, DateFilter };
|
||||
|
|
|
|||
|
|
@ -13,4 +13,10 @@ interface FormData {
|
|||
Date: string;
|
||||
status: string;
|
||||
}
|
||||
export type { DataRows, FormData };
|
||||
|
||||
interface DataDateMonthObject {
|
||||
month: number;
|
||||
year: number;
|
||||
}
|
||||
|
||||
export type { DataRows, FormData, DataDateMonthObject };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue