ปรับ filter ทะเบียนประวัติใหม่

This commit is contained in:
Warunee Tamkoo 2024-03-27 10:44:35 +07:00
parent 27a0297c92
commit 52544f7363
3 changed files with 52 additions and 32 deletions

View file

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