refactor: edit show telephon

This commit is contained in:
Thanaphon Frappet 2024-09-27 13:50:17 +07:00
parent 4dce5a5b92
commit 2c6441945a

View file

@ -1446,7 +1446,7 @@ watch(currentHq, () => {
<q-td v-if="fieldSelected.includes('branchLabelTel')"> <q-td v-if="fieldSelected.includes('branchLabelTel')">
{{ {{
props.row.contact !== undefined props.row.contact !== undefined
? props.row.contact[0]?.telephoneNo || '-' ? props.row.telephoneNo || '-'
: '-' : '-'
}} }}
</q-td> </q-td>