feat(促销管理): 添加限时直降和第N件优惠功能

This commit is contained in:
lifenlong
2026-06-07 17:17:19 +08:00
parent 734825ba9b
commit c1447b4376
10 changed files with 565 additions and 0 deletions

View File

@@ -139,6 +139,18 @@ export const otherRouter = {
name: "full-discount-detail",
component: () => import("@/views/promotion/full-discount/full-discount-add.vue")
},
{
path: "flash-discount-add",
title: "限时直降",
name: "flash-discount-add",
component: () => import("@/views/promotion/flash-discount/flash-discount-add.vue")
},
{
path: "nth-item-discount-add",
title: "第N件优惠",
name: "nth-item-discount-add",
component: () => import("@/views/promotion/nth-item-discount/nth-item-discount-add.vue")
},
{
path: "export-order-deliver",
title: "发货",