⛽ 油田井口实时监控
OILFIELD WELLHEAD MONITORING SYSTEM
{{ currentTime }}
{{ apiConnected ? '数据正常' : '获取中...' }}
{{ devices.length }}
监控设备
{{ onlineCount }}
在线设备
{{ alarmCount }}
活跃报警
{{ warnCount }}
预警数量
{{ dev.name }}
{{ dev.location }} · {{ dev.id }}
{{ field.label }}
{{ formatVal(latestData[dev.id]?.[field.key]) }}
{{ field.unit }}
{{ latestData[dev.id].pumpStatus === 'running' ? '● 运行中' : '■ 停泵' }}
{{ selectedDeviceName }} — 实时趋势 最近 {{ historyLen }} 条数据
{{ f.label }}({{ f.unit }})
报警记录 {{ alarmLog.length }} 条
✅ 暂无报警
{{ a.type === 'recovery' ? '恢复' : a.level === 'alarm' ? '报警' : '预警' }}
{{ a.deviceName }}
{{ a.type === 'recovery' ? a.label + ' 已恢复正常' : a.reason }}
{{ formatTime(a.timestamp) }}