{{ card.label }}
{{ card.value }}
{{ card.desc }}
关键字
校区/区域
状态
{{ statusLabels[selectedStatusIndex] }}
正在加载网关数据...
{{ errorMessage }}
暂无符合条件的网关
尝试调整筛选条件或新增一个网关。
{{ gateway.name }}
SN:
{{ gateway.serial_number }}
{{ gateway.system_code }}
{{ statusLabel(gateway.status) }}
{{ formatLocation(gateway) }}
{{ formatCoordinates(gateway) }}
{{ formatHeartbeat(gateway.heartbeat_interval_s) }}
{{ formatTimestamp(gateway.last_online_at) }}
编号
{{ gateway.system_code }}
位置
{{ formatLocation(gateway) }}
坐标
{{ formatCoordinates(gateway) }}
最近在线
{{ formatTimestamp(gateway.last_online_at) }}
位置
{{ selectedGateway != null ? formatLocation(selectedGateway) : '' }}
坐标
{{ selectedGateway != null ? formatCoordinates(selectedGateway) : '' }}
覆盖
{{ selectedGateway != null ? formatCoverage(selectedGateway) : '' }}
最新在线
{{ selectedGateway != null ? formatTimestamp(selectedGateway.last_online_at) : '' }}
心跳周期
{{ selectedGateway != null ? formatHeartbeat(selectedGateway.heartbeat_interval_s) : '' }}
固件版本
{{ selectedGateway?.firmware_version ?? '—' }}
硬件版本
{{ selectedGateway?.hardware_version ?? '—' }}
IP 地址
{{ selectedGateway?.ip_address ?? '—' }}
LAN MAC
{{ selectedGateway?.lan_mac ?? '—' }}
上行 MAC
{{ selectedGateway?.upstream_mac ?? '—' }}
最近维护
{{ selectedGateway != null ? formatTimestamp(selectedGateway.last_maintenance_at) : '' }}
备注
{{ selectedGateway != null && selectedGateway.description != null ? selectedGateway.description : '—' }}
标签
{{ tag }}
扩展信息
名称
{{ formErrors['name'] }}
资产编号
{{ formErrors['system_code'] }}
序列号
状态
{{ statusLabel(form.status) }}
校区
区域
楼栋
楼层
房间
纬度
{{ formErrors.latitude }}
经度
{{ formErrors.longitude }}
将请求定位权限,并自动填充经纬度与定位信息。
海拔 (米)
安装高度 (米)
天线朝向 (°)
覆盖半径 (米)
心跳周期 (秒)
IP 地址
LAN MAC
上行 MAC
固件版本
硬件版本
标签 (逗号分隔)
描述备注
扩展 JSON
{{ formErrors.extraJson }}