fix: 金额显示问题 && utils 引用路径

This commit is contained in:
xingyu4j
2025-06-11 18:07:25 +08:00
parent 41f816483b
commit 355a2056f4
21 changed files with 41 additions and 40 deletions

View File

@@ -78,17 +78,17 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
{
title: '支付金额',
field: 'price',
formatter: 'formatNumber',
formatter: 'formatAmount2',
},
{
title: '退款金额',
field: 'refundPrice',
formatter: 'formatNumber',
formatter: 'formatAmount2',
},
{
title: '手续金额',
field: 'channelFeePrice',
formatter: 'formatNumber',
formatter: 'formatAmount2',
},
{
title: '订单号',