Commit b08e0e5a by puhui999

营销活动:完善 review 提到的问题,添加拼团列表查看弹窗

parent 3500a206
...@@ -2,6 +2,6 @@ import { floatToFixed2 } from '@/utils' ...@@ -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)}`
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment