24 lines
643 B
XML
24 lines
643 B
XML
{
|
|
"widgettype": "Menu",
|
|
"id": "opportunity_menu",
|
|
"options": {
|
|
"items": [
|
|
{
|
|
"name": "opportunities",
|
|
"label": "商机列表",
|
|
"url": "{{entire_url('opportunity_management.ui')}}"
|
|
},
|
|
{
|
|
"name": "new_opportunity",
|
|
"label": "新建商机",
|
|
"url": "{{entire_url('opportunity_edit.ui')}}"
|
|
},
|
|
{
|
|
"name": "sales_stages",
|
|
"label": "销售阶段",
|
|
"url": "{{entire_url('sales_stages_list.dspy')}}"
|
|
}
|
|
]
|
|
}
|
|
}
|