feat: 添加 fen 转 yuan 金额格式化方法
- 在 vxe-table 格式化方法中添加 formatFenToYuanAmount - 该方法将 fen 单位的金额转换为 yuan 单位,并进行格式化 - 在多个模块中将 formatAmount2 替换为 formatFenToYuanAmount
This commit is contained in:
@@ -97,13 +97,13 @@ export function useGridColumns(): VxeTableGridOptions['columns'] {
|
||||
field: 'price',
|
||||
title: '提现金额',
|
||||
minWidth: 80,
|
||||
formatter: 'formatAmount2',
|
||||
formatter: 'formatFenToYuanAmount',
|
||||
},
|
||||
{
|
||||
field: 'feePrice',
|
||||
title: '提现手续费',
|
||||
minWidth: 80,
|
||||
formatter: 'formatAmount2',
|
||||
formatter: 'formatFenToYuanAmount',
|
||||
},
|
||||
{
|
||||
field: 'type',
|
||||
|
||||
Reference in New Issue
Block a user