fix: menu.ui is now a Menu widget, not a plain JSON list

This commit is contained in:
yumoqing 2026-05-05 22:00:49 +08:00
parent 3a6198cb1e
commit 165a449c20

View File

@ -1,4 +1,8 @@
[ {
"widgettype": "Menu",
"id": "workflow_menu",
"options": {
"items": [
{ {
"name": "approval_instance", "name": "approval_instance",
"label": "审批实例", "label": "审批实例",
@ -20,3 +24,5 @@
"url": "{{entire_url('approval_workflow.ui')}}" "url": "{{entire_url('approval_workflow.ui')}}"
} }
] ]
}
}