zhangqi hace 1 año
padre
commit
53640d3744
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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)