fix: menu.ui is now a Menu widget, not a plain JSON list
This commit is contained in:
parent
e2a4469c13
commit
f5b64a747f
@ -1,4 +1,8 @@
|
|||||||
[
|
{
|
||||||
|
"widgettype": "Menu",
|
||||||
|
"id": "customer_menu",
|
||||||
|
"options": {
|
||||||
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "customers",
|
"name": "customers",
|
||||||
"label": "客户列表",
|
"label": "客户列表",
|
||||||
@ -19,4 +23,6 @@
|
|||||||
"label": "客户交接",
|
"label": "客户交接",
|
||||||
"url": "{{entire_url('handover_list.ui')}}"
|
"url": "{{entire_url('handover_list.ui')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user