refactor: edit label
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s

This commit is contained in:
Thanaphon Frappet 2025-04-28 13:57:04 +07:00
parent 93700a2b54
commit 02c7598aec
2 changed files with 2 additions and 2 deletions

View file

@ -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="

View file

@ -616,7 +616,7 @@ export default {
visa90Day: 'รายงานตัว 90 วัน ครั้งต่อไป',
arrivalCardNo: 'บัตรขาเข้า หมายเลข TM',
visaCheckpoint: 'เดินทางเข้ามาทางด่าน',
workerType: 'สถานะคนงาน',
workerType: 'ประเภทคนงาน',
placeOfBirth: 'สถานที่เกิด',
countryOfbirth: 'ประเทศที่เกิด',
issueCountry: 'ประเทศที่ออก',