fix: menu.ui is now a Menu widget, not a plain JSON list
This commit is contained in:
parent
3a6198cb1e
commit
165a449c20
@ -1,4 +1,8 @@
|
||||
[
|
||||
{
|
||||
"widgettype": "Menu",
|
||||
"id": "workflow_menu",
|
||||
"options": {
|
||||
"items": [
|
||||
{
|
||||
"name": "approval_instance",
|
||||
"label": "审批实例",
|
||||
@ -19,4 +23,6 @@
|
||||
"label": "工作流配置",
|
||||
"url": "{{entire_url('approval_workflow.ui')}}"
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user