From ac2f691e1bd36879f044e9571d2380eb329b9597 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Tue, 14 Jul 2026 10:33:28 +0800 Subject: [PATCH] =?UTF-8?q?menu:=20add=20=E8=87=AA=E7=94=B1=E5=AE=A2?= =?UTF-8?q?=E6=88=B7=E5=88=86=E9=85=8D=20+=20=E5=AE=A2=E6=88=B7=E5=86=8D?= =?UTF-8?q?=E5=88=86=E9=85=8D=20to=20global=5Fmenu?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/global_menu.ui | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/wwwroot/global_menu.ui b/wwwroot/global_menu.ui index b1efccca..3f83d603 100644 --- a/wwwroot/global_menu.ui +++ b/wwwroot/global_menu.ui @@ -181,6 +181,18 @@ "label": "客户归属", "url": "{{entire_url('/discount/discount_customer_bind_list/index.ui')}}", "target": "app.sage_main_content" + }, + { + "name": "free_customer_assign", + "label": "自由客户分配", + "url": "{{entire_url('/discount/free_customer_assign/index.ui')}}", + "target": "app.sage_main_content" + }, + { + "name": "customer_reassign", + "label": "客户再分配", + "url": "{{entire_url('/discount/customer_reassign/index.ui')}}", + "target": "app.sage_main_content" } ] }