fix: 新增接口入参

This commit is contained in:
王天骄
2026-06-17 15:11:53 +08:00
parent b951f17658
commit 4a1fb3bc56
8 changed files with 1033 additions and 18 deletions
+7 -1
View File
@@ -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: [