fix: menu.ui uses '{{entire_url('/modulename/tablename')}}' format for table CRUD items
This commit is contained in:
parent
58637df2e8
commit
cb662c8c0c
@ -5,18 +5,23 @@
|
|||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "opportunities",
|
"name": "opportunities",
|
||||||
"label": "商机列表",
|
"label": "商机",
|
||||||
"url": "{{entire_url('opportunity_management.ui')}}"
|
"url": "{{entire_url('/opportunity_management/opportunities')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "new_opportunity",
|
"name": "opportunity_predictions",
|
||||||
"label": "新建商机",
|
"label": "商机预测",
|
||||||
"url": "{{entire_url('opportunity_edit.ui')}}"
|
"url": "{{entire_url('/opportunity_management/opportunity_predictions')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "opportunity_stage_history",
|
||||||
|
"label": "阶段变更历史",
|
||||||
|
"url": "{{entire_url('/opportunity_management/opportunity_stage_history')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "sales_stages",
|
"name": "sales_stages",
|
||||||
"label": "销售阶段",
|
"label": "销售阶段",
|
||||||
"url": "{{entire_url('sales_stages_list.dspy')}}"
|
"url": "{{entire_url('/opportunity_management/sales_stages')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user