0
0
Fork 0

fix: CustomerAddress mobile

This commit is contained in:
Javier Segarra 2024-09-12 21:20:30 +02:00
parent 6e784bb290
commit fa408dc226
1 changed files with 7 additions and 0 deletions

View File

@ -179,6 +179,13 @@ const toCustomerAddressEdit = (addressId) => {
{{ item.postalCode }} - {{ item.city }},
{{ setProvince(item.provinceFk) }}
</div>
<div>
{{ item.phone }}
<span v-if="item.mobile"
>,
{{ item.mobile }}
</span>
</div>
<div class="flex">
<QCheckbox
:label="t('Is equalizated')"