fix: patient report shows interpretation, medication daily tracking, followup bugs, home overview restored, doctor renamed
This commit is contained in:
@@ -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) }}>
|
||||
|
||||
Reference in New Issue
Block a user