feat: can + employee checkup and work history (include i18n)

This commit is contained in:
puriphatt 2024-06-11 07:34:10 +00:00
parent 7bbdc810a8
commit 16fcec3a54
6 changed files with 689 additions and 478 deletions

View file

@ -167,4 +167,7 @@ export default {
formDialogInputVisaStayUntil: 'Permitted to Stay Until',
formDialogInputVisaTM6: 'TM.6 Number (Arrival)',
formDialogInputVisaEnter: 'Date of Entry into the Country',
formDialogTabCheckup: 'Checkup ',
formDialogTabWork: 'Work ',
};

View file

@ -166,4 +166,7 @@ export default {
formDialogInputVisaStayUntil: 'ให้อยู่ในราชอาณาจักรถึงวันที่',
formDialogInputVisaTM6: 'เลขที่ใบ ตม.6 (ใบขาเข้า)',
formDialogInputVisaEnter: 'วันที่เดินทางเข้ามาในประเทศ',
formDialogTabCheckup: 'ครั้งที่ ',
formDialogTabWork: 'ครั้งที่ ',
};