ปรับ filter ทะเบียนประวัติใหม่
This commit is contained in:
parent
27a0297c92
commit
52544f7363
3 changed files with 52 additions and 32 deletions
|
|
@ -7,8 +7,8 @@ interface FormFilter {
|
|||
posLevel: string;
|
||||
retireYear: string | null;
|
||||
rangeYear: { min: number; max: number };
|
||||
isShowRetire: boolean;
|
||||
isProbation: boolean;
|
||||
isShowRetire: boolean | null;
|
||||
isProbation: boolean | null;
|
||||
}
|
||||
|
||||
interface FormAddPerson {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue