From d67b9b2f02a055736d5f484f9898e5d8dfcbec92 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 28 Apr 2025 10:32:50 +0700 Subject: [PATCH 1/3] refactor: edit i18n --- src/i18n/tha.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index 31adb4c6..f01b2dca 100644 --- a/src/i18n/tha.ts +++ b/src/i18n/tha.ts @@ -587,7 +587,7 @@ export default { family: 'ข้อมูลครอบครัว', }, workerStatus: 'สถานะคนงาน', - previousPassportNumber: 'หมายเลขอันเก่าหนังสือเดินทาง', + previousPassportNumber: 'หมายเลขหนังสือเดินทางเล่มเก่า', employerBranch: 'สาขานายจ้าง', employeeCode: 'รหัสลูกจ้าง', nrcNo: 'เลขบัตรประจำตัวคนซึ่งไม่มีสัญชาติไทย (N.R.C No.)', From 93700a2b542ea1a07c5f9ee0608df19c5efb5209 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 28 Apr 2025 13:49:49 +0700 Subject: [PATCH 2/3] refactor: edit i18n --- src/i18n/tha.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/i18n/tha.ts b/src/i18n/tha.ts index f01b2dca..6bf8c591 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: 'ประเทศที่ออก', From 02c7598aec12278813a023caa788d665baf40236 Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Mon, 28 Apr 2025 13:57:04 +0700 Subject: [PATCH 3/3] refactor: edit label --- src/components/03_customer-management/FormEmployeePassport.vue | 2 +- src/i18n/tha.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: 'ประเทศที่ออก',