ui ส่งไปออกคำสั่ง

This commit is contained in:
STW_TTTY\stwtt 2024-09-25 10:17:33 +07:00
parent 0247619d87
commit 9b5f8b7af8
6 changed files with 509 additions and 21 deletions

View file

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