เพิ่ม ขีด -

This commit is contained in:
STW_TTTY\stwtt 2024-09-24 17:28:44 +07:00
parent 4607cca333
commit d21be61715

View file

@ -940,7 +940,7 @@ onMounted(async () => {
{{ props.row.salary.toLocaleString() }}
</div>
<div v-else>
{{ col.value }}
{{ col.value ? col.value:'-' }}
</div>
</q-td>
</q-tr>