refactor: edit condition show telephon
This commit is contained in:
parent
f57e2a3ba5
commit
04187c0594
1 changed files with 1 additions and 5 deletions
|
|
@ -1448,11 +1448,7 @@ watch(currentHq, () => {
|
|||
</q-td>
|
||||
|
||||
<q-td v-if="fieldSelected.includes('branchLabelTel')">
|
||||
{{
|
||||
props.row.contact !== undefined
|
||||
? props.row.telephoneNo || '-'
|
||||
: '-'
|
||||
}}
|
||||
{{ props.row.telephoneNo || '-' }}
|
||||
</q-td>
|
||||
|
||||
<q-td v-if="fieldSelected.includes('contactName')">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue