refactor: edit name model of address
This commit is contained in:
parent
daef0b4283
commit
c47a678886
6 changed files with 64 additions and 51 deletions
|
|
@ -1318,15 +1318,16 @@ watch(() => pageState.currentTab, fetchQuotationList);
|
|||
:addressTitle="$t('form.address')"
|
||||
:addressTitleEN="$t('form.address', { suffix: '(EN)' })"
|
||||
v-model:address="formDataCustomerBranch.address"
|
||||
v-model:addres-e-n="formDataCustomerBranch.addressEN"
|
||||
v-model:address-en="formDataCustomerBranch.addressEN"
|
||||
v-model:street="formDataCustomerBranch.street"
|
||||
v-model:street-e-n="formDataCustomerBranch.streetEN"
|
||||
v-model:street-en="formDataCustomerBranch.streetEN"
|
||||
v-model:moo="formDataCustomerBranch.moo"
|
||||
v-model:moo-e-n="formDataCustomerBranch.mooEN"
|
||||
v-model:moo-en="formDataCustomerBranch.mooEN"
|
||||
v-model:soi="formDataCustomerBranch.soi"
|
||||
v-model:soi-e-nn="formDataCustomerBranch.soiEN"
|
||||
v-model:soi-en="formDataCustomerBranch.soiEN"
|
||||
v-model:province-id="formDataCustomerBranch.provinceId"
|
||||
v-model:district-id="formDataCustomerBranch.districtId"
|
||||
v-model:sub-district-id="formDataCustomerBranch.subDistrictId"
|
||||
v-model:home-code="formDataCustomerBranch.homeCode"
|
||||
/>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue