mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-07-17 12:25:07 +08:00
code review:优惠劵逻辑
This commit is contained in:
@ -215,15 +215,15 @@ export const CouponTemplateValidityTypeEnum = {
|
||||
export const PromotionProductScopeEnum = {
|
||||
ALL: {
|
||||
scope: 1,
|
||||
name: '全部商品参与'
|
||||
name: '通用劵'
|
||||
},
|
||||
SPU: {
|
||||
scope: 2,
|
||||
name: '指定商品参与'
|
||||
name: '商品劵'
|
||||
},
|
||||
CATEGORY: {
|
||||
scope: 3,
|
||||
name: '指定品类参与'
|
||||
name: '品类劵'
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user