🔍
加载学生数据中...
{{ error }}
👥
暂无学生数据
⚠️
{{ student.abnormal_count }}项异常
🌡️
体温
{{ student.latest_temperature != null ? (student.latest_temperature as number).toFixed(1) : '--' }}°C
{{ formatTime(student.temperature_time as string | null) }}
❤️
心率
{{ typeof student.latest_heart_rate === 'number' ? student.latest_heart_rate : '--' }}
bpm
{{ formatTime(student.heart_rate_time as string | null) }}
🫁
血氧
{{ typeof student.latest_oxygen_level === 'number' ? student.latest_oxygen_level : '--' }}%
{{ formatTime(student.oxygen_level_time as string | null) }}
👟
步数
{{ typeof student.latest_steps === 'number' ? student.latest_steps : '--' }} 步
{{ formatTime(student.steps_time as string | null) }}
●
{{ getArrivalText(student) }}
›