fix display gov age

This commit is contained in:
Warunee Tamkoo 2026-04-24 16:25:24 +07:00
parent bf5979aa2d
commit 5b71a6a37b
2 changed files with 23 additions and 25 deletions

View file

@ -13,8 +13,8 @@ interface FormMain {
workDate: any;
reasonSameDate: string;
retireDate: any;
ageAll: GovAgeForm;
govAgeBkk: GovAgeForm;
ageAll: GovAgeForm | string;
govAgeBkk: GovAgeForm | string;
absent: number;
age: number;
[key: string]: any;