From ced49915edfaee1532356d0d8e4ce031ba30f297 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Wed, 9 Sep 2026 15:26:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(crud):=203=E4=B8=AAjson=E8=A1=A5alias?= =?UTF-8?q?=E5=AF=B9=E9=BD=90=E8=8F=9C=E5=8D=95URL=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E5=90=8D=E2=80=94=E2=80=94discount=5Flist/discount=5Fmarketing?= =?UTF-8?q?=5Flist/discount=5Fpromo=5Fcode=5Flist(xls2ui=E6=8C=89alias>tbl?= =?UTF-8?q?name=E5=91=BD=E5=90=8D=E7=9B=AE=E5=BD=95,=E7=BC=BAalias?= =?UTF-8?q?=E7=94=9F=E6=88=90discount/=E7=AD=89=E9=94=99=E5=90=8D=E8=87=B4?= =?UTF-8?q?=E8=8F=9C=E5=8D=95500);menu.ui=E5=90=8C=E6=AD=A5=E6=94=B9?= =?UTF-8?q?=E6=96=B0=E7=9B=AE=E5=BD=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- json/discount_list.json | 1 + json/discount_marketing_list.json | 1 + json/discount_promo_code_list.json | 1 + wwwroot/menu.ui | 6 +++--- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/json/discount_list.json b/json/discount_list.json index 734b303..3c69fe1 100644 --- a/json/discount_list.json +++ b/json/discount_list.json @@ -1,5 +1,6 @@ { "tblname": "discount", + "alias": "discount_list", "title": "折扣管理", "params": { "sortby": [ diff --git a/json/discount_marketing_list.json b/json/discount_marketing_list.json index 2f21a41..01c8311 100644 --- a/json/discount_marketing_list.json +++ b/json/discount_marketing_list.json @@ -1,5 +1,6 @@ { "tblname": "discount_marketing", + "alias": "discount_marketing_list", "title": "营销方案", "params": { "browserfields": { diff --git a/json/discount_promo_code_list.json b/json/discount_promo_code_list.json index 79fb83d..26a327b 100644 --- a/json/discount_promo_code_list.json +++ b/json/discount_promo_code_list.json @@ -1,5 +1,6 @@ { "tblname": "discount_promo_code", + "alias": "discount_promo_code_list", "title": "促销码", "params": { "browserfields": { diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 19516bd..1a4c4d9 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -8,17 +8,17 @@ { "name":"discount", "label": "折扣管理", - "url": "{{entire_url('discount/index.ui')}}" + "url": "{{entire_url('discount_list/index.ui')}}" }, { "name":"discount_marketing", "label": "营销方案", - "url": "{{entire_url('discount_marketing/index.ui')}}" + "url": "{{entire_url('discount_marketing_list/index.ui')}}" }, { "name":"discount_promo_code", "label": "促销码", - "url": "{{entire_url('discount_promo_code/index.ui')}}" + "url": "{{entire_url('discount_promo_code_list/index.ui')}}" }, { "name":"discount_customer_bind_list",