mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-18 03:51:53 +08:00
code review:优惠劵逻辑
This commit is contained in:
@@ -39,6 +39,6 @@ export const remainedCountFormat = (row: CouponTemplateVO) => {
|
||||
}
|
||||
|
||||
// 格式化【最低消费】
|
||||
export const userPriceFormat = (row: CouponTemplateVO) => {
|
||||
export const usePriceFormat = (row: CouponTemplateVO) => {
|
||||
return `¥${floatToFixed2(row.usePrice)}`
|
||||
}
|
||||
|
Reference in New Issue
Block a user