mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-17 19:41:52 +08:00
promotion:优化优惠劵的界面
This commit is contained in:
@@ -9,7 +9,7 @@ export const discountFormat = (row: CouponTemplateVO) => {
|
||||
return `¥${floatToFixed2(row.discountPrice)}`
|
||||
}
|
||||
if (row.discountType === PromotionDiscountTypeEnum.PERCENT.type) {
|
||||
return `${row.discountPrice}%`
|
||||
return `${row.discountPercent}%`
|
||||
}
|
||||
return '未知【' + row.discountType + '】'
|
||||
}
|
||||
|
Reference in New Issue
Block a user