We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3500a20 commit b08e0e5Copy full SHA for b08e0e5
src/utils/formatter.ts
@@ -2,6 +2,6 @@ import { floatToFixed2 } from '@/utils'
2
3
// 格式化金额【分转元】
4
// @ts-ignore
5
-export const fenToYuanFormat = (_, _, cellValue: any, _) => {
+export const fenToYuanFormat = (_, __, cellValue: any, ___) => {
6
return `¥${floatToFixed2(cellValue)}`
7
}
0 commit comments