fix: menu.ui is now a Menu widget, not a plain JSON list
This commit is contained in:
parent
684311e59b
commit
58637df2e8
@ -1,4 +1,8 @@
|
||||
[
|
||||
{
|
||||
"widgettype": "Menu",
|
||||
"id": "opportunity_menu",
|
||||
"options": {
|
||||
"items": [
|
||||
{
|
||||
"name": "opportunities",
|
||||
"label": "商机列表",
|
||||
@ -14,4 +18,6 @@
|
||||
"label": "销售阶段",
|
||||
"url": "{{entire_url('sales_stages_list.dspy')}}"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user