diff --git a/src/api/mall/promotion/coupon.ts b/src/api/mall/promotion/coupon.ts index ab50c3cc..565b86f7 100755 --- a/src/api/mall/promotion/coupon.ts +++ b/src/api/mall/promotion/coupon.ts @@ -1,5 +1,7 @@ import request from '@/config/axios' +// TODO @dhb52:vo 缺少 + // 删除优惠劵 export const deleteCoupon = async (id: number) => { return request.delete({ diff --git a/src/utils/constants.ts b/src/utils/constants.ts index 58b4a931..b2914f9e 100644 --- a/src/utils/constants.ts +++ b/src/utils/constants.ts @@ -281,28 +281,6 @@ export const PromotionConditionTypeEnum = { } } -/** - * 促销活动的状态枚举 - */ -export const PromotionActivityStatusEnum = { - WAIT: { - type: 10, - name: '未开始' - }, - RUN: { - type: 20, - name: '进行中' - }, - END: { - type: 30, - name: '已结束' - }, - CLOSE: { - type: 40, - name: '已关闭' - } -} - /** * 优惠类型枚举 */ diff --git a/src/views/mall/promotion/coupon/index.vue b/src/views/mall/promotion/coupon/index.vue new file mode 100755 index 00000000..bf296e9a --- /dev/null +++ b/src/views/mall/promotion/coupon/index.vue @@ -0,0 +1,200 @@ + + +