refactor: edit name model of address
This commit is contained in:
parent
daef0b4283
commit
c47a678886
6 changed files with 64 additions and 51 deletions
|
|
@ -185,22 +185,22 @@ withDefaults(
|
|||
use-employment
|
||||
:readonly="readonly"
|
||||
:title="$t('form.address')"
|
||||
v-model:homeCode="item.homeCode"
|
||||
v-model:employmentOffice="item.employmentOffice"
|
||||
v-model:employmentOfficeEN="item.employmentOfficeEN"
|
||||
v-model:home-code="item.homeCode"
|
||||
v-model:employment-office="item.employmentOffice"
|
||||
v-model:employment-office-en="item.employmentOfficeEN"
|
||||
v-model:address="item.address"
|
||||
v-model:addressEN="item.addressEN"
|
||||
v-model:address-en="item.addressEN"
|
||||
v-model:street="item.street"
|
||||
v-model:streetEN="item.streetEN"
|
||||
v-model:street-en="item.streetEN"
|
||||
v-model:moo="item.moo"
|
||||
v-model:mooEN="item.mooEN"
|
||||
v-model:moo-en="item.mooEN"
|
||||
v-model:soi="item.soi"
|
||||
v-model:soiEN="item.soiEN"
|
||||
v-model:soi-en="item.soiEN"
|
||||
v-model:province-id="item.provinceId"
|
||||
v-model:district-id="item.districtId"
|
||||
v-model:sub-district-id="item.subDistrictId"
|
||||
:addressTitle="$t('form.address')"
|
||||
:addressTitleEN="$t('form.address', { suffix: '(EN)' })"
|
||||
:address-title="$t('form.address')"
|
||||
:address-titleEN="$t('form.address', { suffix: '(EN)' })"
|
||||
/>
|
||||
</q-tab-panel>
|
||||
<q-tab-panel name="contact">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue