refactor: edit label
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s
Some checks failed
Spell Check / Spell Check with Typos (push) Failing after 12s
This commit is contained in:
parent
93700a2b54
commit
02c7598aec
2 changed files with 2 additions and 2 deletions
|
|
@ -258,7 +258,7 @@ watch(
|
||||||
:options="workerStatusOptions"
|
:options="workerStatusOptions"
|
||||||
:hide-dropdown-icon="readonly"
|
:hide-dropdown-icon="readonly"
|
||||||
:for="`${prefixId}-select-visa-type`"
|
:for="`${prefixId}-select-visa-type`"
|
||||||
:label="$t('customerEmployee.form.workerType')"
|
:label="$t('customerEmployee.form.workerStatus')"
|
||||||
@filter="workerStatusFilter"
|
@filter="workerStatusFilter"
|
||||||
:model-value="readonly ? workerStatus || '-' : workerStatus"
|
:model-value="readonly ? workerStatus || '-' : workerStatus"
|
||||||
@update:model-value="
|
@update:model-value="
|
||||||
|
|
|
||||||
|
|
@ -616,7 +616,7 @@ export default {
|
||||||
visa90Day: 'รายงานตัว 90 วัน ครั้งต่อไป',
|
visa90Day: 'รายงานตัว 90 วัน ครั้งต่อไป',
|
||||||
arrivalCardNo: 'บัตรขาเข้า หมายเลข TM',
|
arrivalCardNo: 'บัตรขาเข้า หมายเลข TM',
|
||||||
visaCheckpoint: 'เดินทางเข้ามาทางด่าน',
|
visaCheckpoint: 'เดินทางเข้ามาทางด่าน',
|
||||||
workerType: 'สถานะคนงาน',
|
workerType: 'ประเภทคนงาน',
|
||||||
placeOfBirth: 'สถานที่เกิด',
|
placeOfBirth: 'สถานที่เกิด',
|
||||||
countryOfbirth: 'ประเทศที่เกิด',
|
countryOfbirth: 'ประเทศที่เกิด',
|
||||||
issueCountry: 'ประเทศที่ออก',
|
issueCountry: 'ประเทศที่ออก',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue