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

This commit is contained in:
YunaiV
2022-11-04 00:27:37 +08:00
parent a89d5a83db
commit 86b6b85934
4 changed files with 179 additions and 2 deletions

View File

@ -63,7 +63,8 @@ export const DICT_TYPE = {
// ========== MALL - PROMOTION 模块 ==========
PROMOTION_DISCOUNT_TYPE: 'promotion_discount_type', // 优惠类型
PROMOTION_PRODUCT_SCOPE: 'promotion_product_scope', // 营销的商品范围
COUPON_TEMPLATE_VALIDITY_TYPE: 'coupon_template_validity_type', // 优惠劵模板的有限期类型
PROMOTION_COUPON_TEMPLATE_VALIDITY_TYPE: 'promotion_coupon_template_validity_type', // 优惠劵模板的有限期类型
PROMOTION_COUPON_STATUS: 'promotion_coupon_status', // 优惠劵的状态
}
/**