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",
|
||||
"label": "客户列表",
|
||||
@ -20,3 +24,5 @@
|
||||
"url": "{{entire_url('handover_list.ui')}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user