Merge branch 'develop' of https://github.com/Frappet/bma-ehr-frontend into develop
This commit is contained in:
commit
89ecb0c6d4
1 changed files with 3 additions and 1 deletions
|
|
@ -279,7 +279,9 @@ watch(
|
||||||
{{ props.row.organization }}
|
{{ props.row.organization }}
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="col.name === 'salary'">
|
<div v-else-if="col.name === 'salary'">
|
||||||
{{ props.row.salary.toLocaleString() }}
|
{{
|
||||||
|
props.row.salary ? props.row.salary.toLocaleString() : "-"
|
||||||
|
}}
|
||||||
</div>
|
</div>
|
||||||
<div v-else-if="col.name === 'profileType'">
|
<div v-else-if="col.name === 'profileType'">
|
||||||
{{
|
{{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue