设备ID:{{ deviceInfo.deviceId || '-' }}
设备名称:{{ deviceInfo.deviceName || '-' }}
设备类型:{{ deviceInfo.deviceType || '-' }}
在线状态:{{ deviceInfo.online ? '在线' : '离线' }}
分辨率:{{ deviceInfo.resolution || '-' }}
码率:{{ deviceInfo.bitrate || '-' }}