This commit is contained in:
Warunee Tamkoo 2024-06-29 21:58:16 +07:00
parent 0bc64c763c
commit 9c126bfba9

View file

@ -428,8 +428,8 @@ onMounted(async () => {
1 1
}} }}
</div> </div>
<div> <div v-else>
{{ col.value?col.value:'-' }} {{ col.value ? col.value : "-" }}
</div> </div>
</q-td> </q-td>
</q-tr> </q-tr>