소스 검색

代码上传

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)