From d6e12731990e8a5bfb42a83d1488d0530ca22245 Mon Sep 17 00:00:00 2001 From: xingyu4j Date: Tue, 27 May 2025 11:43:56 +0800 Subject: [PATCH] fix: warn --- apps/web-antd/src/adapter/vxe-table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/src/adapter/vxe-table.ts b/apps/web-antd/src/adapter/vxe-table.ts index e14c38c25..127ff5d51 100644 --- a/apps/web-antd/src/adapter/vxe-table.ts +++ b/apps/web-antd/src/adapter/vxe-table.ts @@ -269,7 +269,7 @@ setupVbenVxeTable({ // vxeUI.formats.add // add by 星语:数量格式化,例如说:金额 vxeUI.formats.add('formatNumber', { - cellFormatMethod({ cellValue }, digits = 2) { + tableCellFormatMethod({ cellValue }, digits = 2) { if (cellValue === null || cellValue === undefined) { return ''; }