diff --git a/src/components/03_customer-management/FormEmployeePassport.vue b/src/components/03_customer-management/FormEmployeePassport.vue index 5fe21b52..c87f13dd 100644 --- a/src/components/03_customer-management/FormEmployeePassport.vue +++ b/src/components/03_customer-management/FormEmployeePassport.vue @@ -258,7 +258,7 @@ watch( :options="workerStatusOptions" :hide-dropdown-icon="readonly" :for="`${prefixId}-select-visa-type`" - :label="$t('customerEmployee.form.workerType')" + :label="$t('customerEmployee.form.workerStatus')" @filter="workerStatusFilter" :model-value="readonly ? workerStatus || '-' : workerStatus" @update:model-value=" diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 6bf8c591..f01b2dca 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -616,7 +616,7 @@ export default { visa90Day: 'รายงานตัว 90 วัน ครั้งต่อไป', arrivalCardNo: 'บัตรขาเข้า หมายเลข TM', visaCheckpoint: 'เดินทางเข้ามาทางด่าน', - workerType: 'สถานะคนงาน', + workerType: 'ประเภทคนงาน', placeOfBirth: 'สถานที่เกิด', countryOfbirth: 'ประเทศที่เกิด', issueCountry: 'ประเทศที่ออก',