เพิ่ม ขีด -
This commit is contained in:
parent
4607cca333
commit
d21be61715
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue