แก้คำ
ปีพ.ศ.
This commit is contained in:
parent
74b028c68e
commit
aaa9292abb
4 changed files with 9 additions and 8 deletions
|
|
@ -758,7 +758,7 @@ onMounted(() => {
|
|||
props.row.amount
|
||||
? `${props.row.amount.toLocaleString()}${
|
||||
props.row.amountSpecial !== 0 && props.row.amountSpecial
|
||||
? `(${props.row.amountSpecial.toLocaleString()})`
|
||||
? ` (${props.row.amountSpecial.toLocaleString()})`
|
||||
: ""
|
||||
}`
|
||||
: "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue