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',
|
||||
|
||||
formDialogTitlePersonnelAddress: 'Personnel Address',
|
||||
formDialogTitleEmployerAddress: 'Employer Address',
|
||||
formDialogTitleAddressPure: 'Address',
|
||||
formDialogTitleAddressPureEN: 'Address in English',
|
||||
|
||||
|
|
|
|||
|
|
@ -90,6 +90,7 @@ export default {
|
|||
formDialogInputNationality: 'สัญชาติ',
|
||||
|
||||
formDialogTitlePersonnelAddress: 'ข้อมูลที่อยู่พนักงาน',
|
||||
formDialogTitleEmployerAddress: 'ข้อมูลที่อยู่นายจ้าง',
|
||||
formDialogTitleAddressPure: 'ที่อยู่',
|
||||
formDialogTitleAddressPureEN: 'ที่อยู่ภาษาอังกฤษ',
|
||||
|
||||
|
|
|
|||
|
|
@ -2847,6 +2847,7 @@ watch([inputSearch, currentStatus], async () => {
|
|||
formData.customerBranch[indexTab].subDistrictId
|
||||
"
|
||||
v-model:zip-code="formData.customerBranch[indexTab].zipCode"
|
||||
:title="$t('formDialogTitleEmployerAddress')"
|
||||
separator
|
||||
dense
|
||||
outlined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue