fix(crud): 3个json补alias对齐菜单URL目录名——discount_list/discount_marketing_list/discount_promo_code_list(xls2ui按alias>tblname命名目录,缺alias生成discount/等错名致菜单500);menu.ui同步改新目录名
This commit is contained in:
parent
55b4943170
commit
ced49915ed
@ -1,5 +1,6 @@
|
||||
{
|
||||
"tblname": "discount",
|
||||
"alias": "discount_list",
|
||||
"title": "折扣管理",
|
||||
"params": {
|
||||
"sortby": [
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"tblname": "discount_marketing",
|
||||
"alias": "discount_marketing_list",
|
||||
"title": "营销方案",
|
||||
"params": {
|
||||
"browserfields": {
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
{
|
||||
"tblname": "discount_promo_code",
|
||||
"alias": "discount_promo_code_list",
|
||||
"title": "促销码",
|
||||
"params": {
|
||||
"browserfields": {
|
||||
|
||||
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user