feat(web): 家庭健康代理 + 知情同意 Web UI — Phase 2c
Some checks failed
CI / rust-check (push) Has been cancelled
CI / rust-test (push) Has been cancelled
CI / frontend-build (push) Has been cancelled
CI / security-audit (push) Has been cancelled

家庭代理:关联患者列表 + 健康摘要查看 + 授权/撤销访问
知情同意:患者范围 CRUD 列表页(类型/范围/签署/撤销)
This commit is contained in:
iven
2026-05-05 00:02:39 +08:00
parent 0774dd75ad
commit 888fa108ef
6 changed files with 667 additions and 0 deletions

View File

@@ -120,6 +120,8 @@ const routeTitleFallback: Record<string, string> = {
'/health/ble-gateways/:id': '网关详情',
'/health/critical-value-thresholds': '危急值阈值',
'/health/diagnoses': '诊断记录',
'/health/family-proxy': '家庭健康代理',
'/health/consents': '知情同意管理',
};
function getTitleFromMenus(path: string, menus: MenuInfo[]): string | undefined {