查询
重置
新增设备
{{ scope.row.CoverName || '—' }}
{{ formatVoltage(scope.row.Voltage) }}
{{ scope.row.Temperature }}°C
{{ scope.row.Humidity }}%
{{ scope.row.LockStatus === 1 ? '已锁定' : '已打开' }}
{{ getStatusText(scope.row.Status) }}
{{ formatTime(scope.row.LastReportTime) }}
历史
删除
取消
保存
查询
{{ formatTime(scope.row.ReportTime) }}
{{ scope.row.Temperature }}°C
{{ scope.row.Humidity }}%
{{ scope.row.TiltAngle }}°
{{ (scope.row.Voltage / 1000).toFixed(2) }}V
{{ scope.row.LockStatus === 1 ? '已关闭' : '已打开' }}
正常
{{ err }}