更新
This commit is contained in:
@@ -353,9 +353,9 @@
|
||||
},
|
||||
moneyFormat(value) {
|
||||
if (value != 'xxx.x') {
|
||||
console.log('old:',value)
|
||||
// console.log('old:',value)
|
||||
let realAmount =(parseInt(value * 100) / 100).toFixed(2)
|
||||
console.log('new:',realAmount)
|
||||
// console.log('new:',realAmount)
|
||||
return realAmount
|
||||
} else {
|
||||
return value
|
||||
|
||||
Reference in New Issue
Block a user