เพิ่มแสดง -

This commit is contained in:
setthawutttty 2025-09-05 15:02:37 +07:00
parent 3d4185f717
commit e9e8e7e697

View file

@ -277,7 +277,7 @@ watch(
</div> </div>
<div v-else> <div v-else>
{{ col.value ?? "-" }} {{ col.value ? col.value : "-" }}
</div> </div>
</q-td> </q-td>
</q-tr> </q-tr>