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

@@ -36,7 +36,7 @@ export function FollowUpListPage() {
<Empty icon="🏥" message="暂无复查计划" />
) : (
filtered.map((f) => (
<Card key={f.id} className={styles.card} onClick={() => navigate(`/health/medications`)}>
<Card key={f.id} className={styles.card}>
<div className={styles.cardHeader}>
<span className={styles.title}>{f.title}</span>
<span className={styles.status} style={{ color: statusColor(f.status) }}>