fix: 新增接口入参
This commit is contained in:
@@ -78,7 +78,13 @@ export const roleMenus: Record<RoleKey, MenuSection[]> = {
|
||||
},
|
||||
],
|
||||
'hospital-admin': [
|
||||
{ title: '概览', items: [{ page: 'hospital-dashboard', icon: OfficeBuilding, title: '医院驾驶舱' }] },
|
||||
{
|
||||
title: '概览',
|
||||
items: [
|
||||
{ page: 'hospital-dashboard', icon: OfficeBuilding, title: '医院驾驶舱' },
|
||||
{ page: 'hospital-settings', icon: Setting, title: '本院配置' }
|
||||
]
|
||||
},
|
||||
{
|
||||
title: '人员管理',
|
||||
items: [
|
||||
|
||||
Reference in New Issue
Block a user