29 lines
921 B
XML
29 lines
921 B
XML
{
|
|
"widgettype": "Menu",
|
|
"id": "opportunity_menu",
|
|
"options": {
|
|
"items": [
|
|
{
|
|
"name": "opportunities",
|
|
"label": "商机",
|
|
"url": "{{entire_url('/opportunity_management/opportunities')}}"
|
|
},
|
|
{
|
|
"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('/opportunity_management/sales_stages')}}"
|
|
}
|
|
]
|
|
}
|
|
}
|