fix: menu.ui uses CRUD json alias/tblname for URLs matching actual bricks CRUD paths
This commit is contained in:
parent
51a7a69547
commit
0928d798ab
@ -4,24 +4,24 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "customers",
|
"name": "customer_pool_list",
|
||||||
"label": "客户",
|
"label": "customer_pool_list",
|
||||||
"url": "{{entire_url('/customer_management/customers')}}"
|
"url": "{{entire_url('/customer_management/customer_pool_list')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "customer_pool",
|
"name": "customers_list",
|
||||||
"label": "客户池",
|
"label": "customers_list",
|
||||||
"url": "{{entire_url('/customer_management/customer_pool')}}"
|
"url": "{{entire_url('/customer_management/customers_list')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "customer_handover",
|
"name": "handover_items_list",
|
||||||
"label": "客户交接",
|
"label": "handover_items_list",
|
||||||
"url": "{{entire_url('/customer_management/customer_handover')}}"
|
"url": "{{entire_url('/customer_management/handover_items_list')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "customer_handover_items",
|
"name": "handover_list",
|
||||||
"label": "交接明细",
|
"label": "handover_list",
|
||||||
"url": "{{entire_url('/customer_management/customer_handover_items')}}"
|
"url": "{{entire_url('/customer_management/handover_list')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user