fix: แก้ label เป็นนายจ้าง
This commit is contained in:
parent
4183dbb0ec
commit
9a7bbe601c
3 changed files with 3 additions and 0 deletions
|
|
@ -92,6 +92,7 @@ export default {
|
||||||
formDialogInputNationality: 'Nationality',
|
formDialogInputNationality: 'Nationality',
|
||||||
|
|
||||||
formDialogTitlePersonnelAddress: 'Personnel Address',
|
formDialogTitlePersonnelAddress: 'Personnel Address',
|
||||||
|
formDialogTitleEmployerAddress: 'Employer Address',
|
||||||
formDialogTitleAddressPure: 'Address',
|
formDialogTitleAddressPure: 'Address',
|
||||||
formDialogTitleAddressPureEN: 'Address in English',
|
formDialogTitleAddressPureEN: 'Address in English',
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -90,6 +90,7 @@ export default {
|
||||||
formDialogInputNationality: 'สัญชาติ',
|
formDialogInputNationality: 'สัญชาติ',
|
||||||
|
|
||||||
formDialogTitlePersonnelAddress: 'ข้อมูลที่อยู่พนักงาน',
|
formDialogTitlePersonnelAddress: 'ข้อมูลที่อยู่พนักงาน',
|
||||||
|
formDialogTitleEmployerAddress: 'ข้อมูลที่อยู่นายจ้าง',
|
||||||
formDialogTitleAddressPure: 'ที่อยู่',
|
formDialogTitleAddressPure: 'ที่อยู่',
|
||||||
formDialogTitleAddressPureEN: 'ที่อยู่ภาษาอังกฤษ',
|
formDialogTitleAddressPureEN: 'ที่อยู่ภาษาอังกฤษ',
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -2847,6 +2847,7 @@ watch([inputSearch, currentStatus], async () => {
|
||||||
formData.customerBranch[indexTab].subDistrictId
|
formData.customerBranch[indexTab].subDistrictId
|
||||||
"
|
"
|
||||||
v-model:zip-code="formData.customerBranch[indexTab].zipCode"
|
v-model:zip-code="formData.customerBranch[indexTab].zipCode"
|
||||||
|
:title="$t('formDialogTitleEmployerAddress')"
|
||||||
separator
|
separator
|
||||||
dense
|
dense
|
||||||
outlined
|
outlined
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue