浏览代码

代码上传

zhangqi 1 年之前
父节点
当前提交
53640d3744
共有 1 个文件被更改,包括 0 次插入1 次删除
  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)