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": [
|
||||
{
|
||||
"name": "opportunities",
|
||||
"label": "商机列表",
|
||||
"url": "{{entire_url('opportunity_management.ui')}}"
|
||||
"label": "商机",
|
||||
"url": "{{entire_url('/opportunity_management/opportunities')}}"
|
||||
},
|
||||
{
|
||||
"name": "new_opportunity",
|
||||
"label": "新建商机",
|
||||
"url": "{{entire_url('opportunity_edit.ui')}}"
|
||||
"name": "opportunity_predictions",
|
||||
"label": "商机预测",
|
||||
"url": "{{entire_url('/opportunity_management/opportunity_predictions')}}"
|
||||
},
|
||||
{
|
||||
"name": "opportunity_stage_history",
|
||||
"label": "阶段变更历史",
|
||||
"url": "{{entire_url('/opportunity_management/opportunity_stage_history')}}"
|
||||
},
|
||||
{
|
||||
"name": "sales_stages",
|
||||
"label": "销售阶段",
|
||||
"url": "{{entire_url('sales_stages_list.dspy')}}"
|
||||
"url": "{{entire_url('/opportunity_management/sales_stages')}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user