|
@@ -191,7 +191,6 @@ export default {
|
|
|
|
|
|
// 金额格式化
|
|
|
formatAmount(amount, data) {
|
|
|
- console.log()
|
|
|
if (data && !this.hideFields(data.name,data.key)) return '****'
|
|
|
let amt = math.format(Number(amount), {notation: 'fixed',precision: 2})
|
|
|
const amountStr = String(amt)
|