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