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

This commit is contained in:
yumoqing 2026-05-05 22:00:48 +08:00
parent e4a448fcd5
commit b794bc4cc8

View File

@ -1,4 +1,8 @@
[
{
"widgettype": "Menu",
"id": "financial_menu",
"options": {
"items": [
{
"name": "receivables",
"label": "应收款",
@ -24,4 +28,6 @@
"label": "财务凭证",
"url": "{{entire_url('financial_vouchers.ui')}}"
}
]
]
}
}