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
|
||||
class="col-12"
|
||||
:model-value="
|
||||
address
|
||||
? $i18n.locale === 'eng'
|
||||
? fullAddressEN
|
||||
: fullAddress
|
||||
: ''
|
||||
address ? ($i18n.locale === 'eng' ? fullAddress : fullAddress) : ''
|
||||
"
|
||||
:dense="dense"
|
||||
:label="$t('form.fullAddress')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue