fix: menu.ui is now a Menu widget, not a plain JSON list
This commit is contained in:
parent
e4a448fcd5
commit
b794bc4cc8
@ -1,4 +1,8 @@
|
||||
[
|
||||
{
|
||||
"widgettype": "Menu",
|
||||
"id": "financial_menu",
|
||||
"options": {
|
||||
"items": [
|
||||
{
|
||||
"name": "receivables",
|
||||
"label": "应收款",
|
||||
@ -25,3 +29,5 @@
|
||||
"url": "{{entire_url('financial_vouchers.ui')}}"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user