fix
This commit is contained in:
parent
b28f759ac7
commit
3fc10ef14a
3 changed files with 6 additions and 4 deletions
|
|
@ -293,7 +293,7 @@ watch(
|
|||
</q-td>
|
||||
<q-td v-for="col in props.cols" :key="col.name" :props="props">
|
||||
<div>
|
||||
{{ col.value }}
|
||||
{{ col.value ?? '-' }}
|
||||
</div>
|
||||
</q-td>
|
||||
</q-tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue