แก้เมื่อไม่มีเงินเดือน เพิ่ม -
This commit is contained in:
parent
56d1bacc09
commit
85fcae6be7
1 changed files with 3 additions and 1 deletions
|
|
@ -279,7 +279,9 @@ watch(
|
|||
{{ props.row.organization }}
|
||||
</div>
|
||||
<div v-else-if="col.name === 'salary'">
|
||||
{{ props.row.salary.toLocaleString() }}
|
||||
{{
|
||||
props.row.salary ? props.row.salary.toLocaleString() : "-"
|
||||
}}
|
||||
</div>
|
||||
<div v-else-if="col.name === 'profileType'">
|
||||
{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue