49 lines
1.7 KiB
XML
49 lines
1.7 KiB
XML
{
|
|
"widgettype": "Menu",
|
|
"id": "opportunity_menu",
|
|
"options": {
|
|
"items": [
|
|
{
|
|
"name": "opportunities",
|
|
"label": "商机",
|
|
"url": "{{entire_url('/opportunity_management/opportunities')}}"
|
|
},
|
|
{
|
|
"name": "opportunities_edit",
|
|
"label": "新建商机",
|
|
"url": "{{entire_url('/opportunity_management/opportunities_edit')}}"
|
|
},
|
|
{
|
|
"name": "opportunities_list",
|
|
"label": "商机列表",
|
|
"url": "{{entire_url('/opportunity_management/opportunities_list')}}"
|
|
},
|
|
{
|
|
"name": "opportunity_stage_history",
|
|
"label": "商机阶段变更",
|
|
"url": "{{entire_url('/opportunity_management/opportunity_stage_history')}}"
|
|
},
|
|
{
|
|
"name": "predictions_list",
|
|
"label": "商机预测",
|
|
"url": "{{entire_url('/opportunity_management/predictions_list')}}"
|
|
},
|
|
{
|
|
"name": "sales_stages",
|
|
"label": "销售阶段",
|
|
"url": "{{entire_url('/opportunity_management/sales_stages')}}"
|
|
},
|
|
{
|
|
"name": "sales_stages_list",
|
|
"label": "销售阶段列表",
|
|
"url": "{{entire_url('/opportunity_management/sales_stages_list')}}"
|
|
},
|
|
{
|
|
"name": "stage_history_list",
|
|
"label": "阶段变更历史",
|
|
"url": "{{entire_url('/opportunity_management/stage_history_list')}}"
|
|
}
|
|
]
|
|
}
|
|
}
|