feat:【antd】调整 formatNumber 为 formatAmount3 保留 3 位,formatAmount2 保留 2 位
This commit is contained in:
@@ -141,6 +141,7 @@ export function useStockInItemTableColumns(
|
||||
minWidth: 120,
|
||||
slots: { default: 'count' },
|
||||
className: createRequiredValidation(isValidating, 'count'),
|
||||
formatter: 'formatAmount3',
|
||||
},
|
||||
{
|
||||
field: 'productPrice',
|
||||
|
||||
Reference in New Issue
Block a user