fig bug แสดงเลื่อนเงินเดือน
This commit is contained in:
parent
5c1747262f
commit
2f9a5954b4
1 changed files with 3 additions and 1 deletions
|
|
@ -383,7 +383,9 @@ watch(
|
|||
<div v-else-if="col.name === 'amountUse'">
|
||||
{{
|
||||
props.row.amountUse !== null
|
||||
? props.row.amountUse.toLocaleString()
|
||||
? props.row.amountUse > 0
|
||||
? props.row.amountUse.toLocaleString()
|
||||
: 0
|
||||
: ""
|
||||
}}
|
||||
{{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue