parent
848e0b7023
commit
d4d41701ab
@ -2,6 +2,6 @@ import { floatToFixed2 } from '@/utils'
|
|||||||
|
|
||||||
// 格式化金额【分转元】
|
// 格式化金额【分转元】
|
||||||
// @ts-ignore
|
// @ts-ignore
|
||||||
export const fenToYuanFormat = (_, _, cellValue: any, _) => {
|
export const fenToYuanFormat = (_, __, cellValue: any, ___) => {
|
||||||
return `¥${floatToFixed2(cellValue)}`
|
return `¥${floatToFixed2(cellValue)}`
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user