mirror of
https://gitee.com/xuliangzhan_admin/vxe-table.git
synced 2026-01-21 05:27:57 +08:00
修复已知问题
This commit is contained in:
@@ -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 }) {
|
||||
|
||||
Reference in New Issue
Block a user