fix display gov age
This commit is contained in:
parent
bf5979aa2d
commit
5b71a6a37b
2 changed files with 23 additions and 25 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue