fix: address
This commit is contained in:
parent
7a02cb19d7
commit
ea28bd7e2b
1 changed files with 1 additions and 5 deletions
|
|
@ -563,11 +563,7 @@ watch(districtId, fetchSubDistrict);
|
||||||
hide-bottom-space
|
hide-bottom-space
|
||||||
class="col-12"
|
class="col-12"
|
||||||
:model-value="
|
:model-value="
|
||||||
address
|
address ? ($i18n.locale === 'eng' ? fullAddress : fullAddress) : ''
|
||||||
? $i18n.locale === 'eng'
|
|
||||||
? fullAddressEN
|
|
||||||
: fullAddress
|
|
||||||
: ''
|
|
||||||
"
|
"
|
||||||
:dense="dense"
|
:dense="dense"
|
||||||
:label="$t('form.fullAddress')"
|
:label="$t('form.fullAddress')"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue