feat: 优惠管理合并重构与商品续费价格参数
Build and Deploy Vue3 / build (push) Successful in 1m31s
Build and Deploy Vue3 / deploy (push) Successful in 39s

- 合并优惠码/代金券为商品管理下优惠管理页面,卡片化展示与过期遮罩

- 用户组新增优惠绑定,商品关联改用懒加载树选择器

- 商品/套餐表单新增 renew_price、renew_recommend_rebate、renew_fixed_price

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
shiran
2026-06-18 17:06:23 +08:00
co-authored by Cursor
parent 5e81d33285
commit bdf6dd9382
11 changed files with 1685 additions and 1461 deletions
+2 -17
View File
@@ -47,7 +47,8 @@ export const menus = [
title: '商品管理',
icon: 'Goods',
children: [
{ path: '/product/manage', title: '商品管理' }
{ path: '/product/manage', title: '商品管理' },
{ path: '/product/discount', title: '优惠管理' }
]
},
{
@@ -70,22 +71,6 @@ export const menus = [
}
]
},
{
path: '/marketing',
title: '优惠营销',
icon: 'Present',
children: [
{
path: '/marketing/discount',
title: '优惠码管理'
},
{
path: '/marketing/voucher',
title: '代金券管理'
},
]
},
{
path: '/activity',
title: '活动管理',