From dce3348bf64c314c6eefc70595333973b436dd1c Mon Sep 17 00:00:00 2001 From: Hermes Agent Date: Wed, 24 Jun 2026 00:58:40 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E6=8A=98=E6=89=A3?= =?UTF-8?q?=E7=AE=A1=E7=90=86=E8=8F=9C=E5=8D=95=E5=88=B0global=5Fmenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 管理员侧新增'折扣管理'菜单(定价管理后面) - 子菜单: 折扣方案/折扣产品明细/营销方案/促销码/客户归属 - 新增percent.svg图标 --- wwwroot/global_menu.ui | 37 +++++++++++++++++++++++++++++++++++++ wwwroot/imgs/percent.svg | 5 +++++ 2 files changed, 42 insertions(+) create mode 100644 wwwroot/imgs/percent.svg diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index 1a65c6c..c2be09c 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -137,6 +137,43 @@ "url": "{{entire_url('/pricing/pricing_program')}}", "target": "app.sage_main_content" } + ,{ + "name": "discount", + "label": "折扣管理", + "icon": "{{entire_url('/imgs/percent.svg')}}", + "items": [ + { + "name": "discount_list", + "label": "折扣方案", + "url": "{{entire_url('/discount/discount_list.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "discount_detail_list", + "label": "折扣产品明细", + "url": "{{entire_url('/discount/discount_detail_list.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "discount_marketing_list", + "label": "营销方案", + "url": "{{entire_url('/discount/discount_marketing_list/index.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "discount_promo_code_list", + "label": "促销码", + "url": "{{entire_url('/discount/discount_promo_code_list/index.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "discount_customer_bind_list", + "label": "客户归属", + "url": "{{entire_url('/discount/discount_customer_bind_list/index.ui')}}", + "target": "app.sage_main_content" + } + ] + } ,{ "name": "accounting_center", "label": "账务中心", diff --git a/wwwroot/imgs/percent.svg b/wwwroot/imgs/percent.svg new file mode 100644 index 0000000..6256c3e --- /dev/null +++ b/wwwroot/imgs/percent.svg @@ -0,0 +1,5 @@ + + + + +