diff --git a/wwwroot/menu.ui b/wwwroot/menu.ui index 63b1b60..52194b5 100644 --- a/wwwroot/menu.ui +++ b/wwwroot/menu.ui @@ -5,17 +5,17 @@ "items": [ { "name": "dashboard_config", - "label": "dashboard_config", + "label": "仪表板配置", "url": "{{entire_url('/unified_dashboard/dashboard_config')}}" }, { "name": "report_template", - "label": "report_template", + "label": "报表模板", "url": "{{entire_url('/unified_dashboard/report_template')}}" }, { "name": "user_dashboard", - "label": "user_dashboard", + "label": "用户仪表板", "url": "{{entire_url('/unified_dashboard/user_dashboard')}}" } ]