zhangqi 1 vuosi sitten
vanhempi
commit
53640d3744
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  1. 0 1
      src/utils/utils.js

+ 0 - 1
src/utils/utils.js

@@ -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)