feat:【antd】调整 formatNumber 为 formatAmount3 保留 3 位,formatAmount2 保留 2 位
This commit is contained in:
@@ -287,11 +287,13 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
{
|
||||
field: 'totalCount',
|
||||
title: '数量',
|
||||
formatter: 'formatAmount3',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
field: 'totalPrice',
|
||||
title: '金额',
|
||||
formatter: 'formatAmount2',
|
||||
minWidth: 100,
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user