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",
"label": "审批实例",
@ -19,4 +23,6 @@
"label": "工作流配置",
"url": "{{entire_url('approval_workflow.ui')}}"
}
]
]
}
}