修复已知问题

This commit is contained in:
xuliangzhan
2020-11-02 22:24:12 +08:00
parent 25acb18422
commit f96291cbda
6 changed files with 10 additions and 10 deletions

View File

@@ -18,7 +18,7 @@ VXETable.formats.mixin({
},
// 四舍五入金额每隔3位逗号分隔默认2位数
formatAmount ({ cellValue }, digits = 2) {
return XEUtils.commafy(XEUtils.toNumber(cellValue), { digits: digits })
return XEUtils.commafy(XEUtils.toNumber(cellValue), { digits })
},
// 格式化银行卡默认每4位空格隔开
formatBankcard ({ cellValue }) {