fix bug
This commit is contained in:
parent
0bc64c763c
commit
9c126bfba9
1 changed files with 2 additions and 2 deletions
|
|
@ -428,8 +428,8 @@ onMounted(async () => {
|
|||
1
|
||||
}}
|
||||
</div>
|
||||
<div>
|
||||
{{ col.value?col.value:'-' }}
|
||||
<div v-else>
|
||||
{{ col.value ? col.value : "-" }}
|
||||
</div>
|
||||
</q-td>
|
||||
</q-tr>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue