feat(web): 家庭健康代理 + 知情同意 Web UI — Phase 2c
家庭代理:关联患者列表 + 健康摘要查看 + 授权/撤销访问 知情同意:患者范围 CRUD 列表页(类型/范围/签署/撤销)
This commit is contained in:
@@ -62,6 +62,8 @@ const BleGatewayList = lazy(() => import('./pages/health/BleGatewayList'));
|
||||
const BleGatewayDetail = lazy(() => import('./pages/health/BleGatewayDetail'));
|
||||
const CriticalValueThresholdList = lazy(() => import('./pages/health/CriticalValueThresholdList'));
|
||||
const DiagnosisList = lazy(() => import('./pages/health/DiagnosisList'));
|
||||
const FamilyProxyPage = lazy(() => import('./pages/health/FamilyProxyPage'));
|
||||
const ConsentList = lazy(() => import('./pages/health/ConsentList'));
|
||||
|
||||
// 内容管理
|
||||
const ArticleManageList = lazy(() => import('./pages/health/ArticleManageList'));
|
||||
@@ -289,6 +291,8 @@ export default function App() {
|
||||
<Route path="/health/ble-gateways/:id" element={<BleGatewayDetail />} />
|
||||
<Route path="/health/critical-value-thresholds" element={<CriticalValueThresholdList />} />
|
||||
<Route path="/health/diagnoses" element={<DiagnosisList />} />
|
||||
<Route path="/health/family-proxy" element={<FamilyProxyPage />} />
|
||||
<Route path="/health/consents" element={<ConsentList />} />
|
||||
{/* 内容管理 */}
|
||||
<Route path="/health/articles" element={<ArticleManageList />} />
|
||||
<Route path="/health/articles/new" element={<ArticleEditor />} />
|
||||
|
||||
Reference in New Issue
Block a user