fix: patient report shows interpretation, medication daily tracking, followup bugs, home overview restored, doctor renamed

This commit is contained in:
MingNian
2026-05-21 16:32:20 +08:00
parent 0df75c35e9
commit 4c85cd50be
7 changed files with 257 additions and 146 deletions

View File

@@ -6,7 +6,7 @@ const navItems = [
{ to: '/patients', label: '患者管理', icon: '👥' },
{ to: '/consultations', label: '在线问诊', icon: '💬' },
{ to: '/reports', label: '报告审核', icon: '📋' },
{ to: '/follow-ups', label: '随访管理', icon: '📅' },
{ to: '/follow-ups', label: '复查管理', icon: '📅' },
];
const sidebarBg = '#0F1D3D';