feat:【antd】调整 formatNumber 为 formatAmount3 保留 3 位,formatAmount2 保留 2 位

This commit is contained in:
YunaiV
2025-10-04 14:53:31 +08:00
parent ceabd731ba
commit 3182a86b80
13 changed files with 59 additions and 33 deletions

View File

@@ -43,7 +43,7 @@ export function useDetailListColumns(
{
field: 'count',
title: '数量',
formatter: 'formatNumber',
formatter: 'formatAmount3',
},
{
field: 'totalPrice',