refactor: edit show telephon
This commit is contained in:
parent
4dce5a5b92
commit
2c6441945a
1 changed files with 1 additions and 1 deletions
|
|
@ -1446,7 +1446,7 @@ watch(currentHq, () => {
|
|||
<q-td v-if="fieldSelected.includes('branchLabelTel')">
|
||||
{{
|
||||
props.row.contact !== undefined
|
||||
? props.row.contact[0]?.telephoneNo || '-'
|
||||
? props.row.telephoneNo || '-'
|
||||
: '-'
|
||||
}}
|
||||
</q-td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue