ui ส่งไปออกคำสั่ง
This commit is contained in:
parent
0247619d87
commit
9b5f8b7af8
6 changed files with 509 additions and 21 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue