fix: ค่าว่างของ telephoneNo
This commit is contained in:
parent
4652676a3c
commit
470468b7e7
1 changed files with 1 additions and 1 deletions
|
|
@ -1048,7 +1048,7 @@ watch(locale, () => {
|
|||
{{ props.row.address }}
|
||||
</q-td>
|
||||
<q-td v-if="fieldSelected.includes('branchLabelTel')">
|
||||
{{ props.row.contact[0].telephoneNo }}
|
||||
{{ props.row.contact[0]?.telephoneNo || '-' }}
|
||||
</q-td>
|
||||
<q-td
|
||||
v-if="fieldSelected.includes('branchLabelType')"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue