完善优惠券发放功能

This commit is contained in:
Eamon
2026-05-25 18:12:38 +08:00
parent 05c927111b
commit e0bdcabbfe
9 changed files with 210 additions and 368 deletions

View File

@@ -18,6 +18,7 @@ import {
Shield,
ShoppingBag,
SquarePercent,
TicketCheck,
TicketPercent,
Users,
} from "lucide-react"
@@ -228,6 +229,11 @@ const menuSections: { title: string; items: NavItemProps[] }[] = [
label: "优惠券",
requiredScope: ScopeCouponRead,
},
{
href: "/couponList",
icon: TicketCheck,
label: "已发放优惠券",
},
{
href: "/resources",
icon: Package,