fix: menu.ui uses '{{entire_url('/modulename/tablename')}}' format for table CRUD items
This commit is contained in:
parent
9850603e98
commit
1d483a4d4d
@ -4,14 +4,19 @@
|
|||||||
"options": {
|
"options": {
|
||||||
"items": [
|
"items": [
|
||||||
{
|
{
|
||||||
"name": "dashboard",
|
"name": "dashboard_config",
|
||||||
"label": "业务仪表盘",
|
"label": "仪表板配置",
|
||||||
"url": "{{entire_url('dashboard.ui')}}"
|
"url": "{{entire_url('/unified_dashboard/dashboard_config')}}"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "reports",
|
"name": "report_template",
|
||||||
"label": "报表中心",
|
"label": "报表模板",
|
||||||
"url": "{{entire_url('reports.ui')}}"
|
"url": "{{entire_url('/unified_dashboard/report_template')}}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "user_dashboard",
|
||||||
|
"label": "用户仪表板",
|
||||||
|
"url": "{{entire_url('/unified_dashboard/user_dashboard')}}"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user