promotion:增加优惠劵的前端分页界面 100%

This commit is contained in:
YunaiV
2022-11-04 19:17:17 +08:00
parent 86b6b85934
commit 47c2dfa623
24 changed files with 55 additions and 55 deletions

View File

@ -65,6 +65,7 @@ export const DICT_TYPE = {
PROMOTION_PRODUCT_SCOPE: 'promotion_product_scope', // 营销的商品范围
PROMOTION_COUPON_TEMPLATE_VALIDITY_TYPE: 'promotion_coupon_template_validity_type', // 优惠劵模板的有限期类型
PROMOTION_COUPON_STATUS: 'promotion_coupon_status', // 优惠劵的状态
PROMOTION_COUPON_TAKE_TYPE: 'promotion_coupon_take_type', // 优惠劵的领取方式
}
/**