- to 0
This commit is contained in:
parent
a2b545e2fb
commit
bd5da60159
5 changed files with 5 additions and 9 deletions
|
|
@ -382,7 +382,7 @@ watch(
|
|||
</div>
|
||||
<div v-else-if="col.name === 'salary'">
|
||||
{{
|
||||
props.row.salary ? props.row.salary.toLocaleString() : "-"
|
||||
props.row.salary ? props.row.salary.toLocaleString() : "0"
|
||||
}}
|
||||
</div>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue