review:【ANTD】【BPM 支付】xingyu pulls #118、#116

This commit is contained in:
YunaiV
2025-06-07 20:42:58 +08:00
parent 8a17e03e6e
commit dc0eac918d
5 changed files with 6 additions and 0 deletions

View File

@@ -265,6 +265,7 @@ setupVbenVxeTable({
});
// 添加数量格式化,例如金额
// TODO @xingyu建议金额和数量分开哈原因是有些团队希望金额单独控制
vxeUI.formats.add('formatNumber', {
cellFormatMethod({ cellValue }, digits = 2) {
if (cellValue === null || cellValue === undefined) {