正在获取位置...
基站
{{ getBaseStationName(currentLocation?.baseStation) }}
位置
{{ getBaseStationLocation(currentLocation?.baseStation) }}
信号强度
{{ getBaseStationSignalStrength(currentLocation?.baseStation) }}dBm
覆盖范围
{{ getBaseStationRange(currentLocation?.baseStation) }}米
估算坐标
经度: {{ getEstimatedLongitude(currentLocation?.estimatedLocation) }}
纬度: {{ getEstimatedLatitude(currentLocation?.estimatedLocation) }}
精度: ±{{ getEstimatedAccuracy(currentLocation?.estimatedLocation) }}米
更新时间: {{ formatDateTime(currentLocation?.lastUpdate) }}
无法获取位置信息
加载基站信息...
{{ station.location }}
信号: {{ station.signalStrength }}dBm
范围: {{ station.range }}m
暂无基站信息
加载围栏信息...
类型: {{ getFenceTypeText(fence.type) }}
事件: {{ getFenceEventText(fence.eventType) }}
半径: {{ fence.radius }}米
暂无围栏设置
加载事件记录...
{{ event.eventType === 'enter' ? '进入' : '离开' }}
{{ formatLocation(event.location) }}
●
暂无围栏事件
加载历史记录...
{{ history.baseStation.location }}
停留时长: {{ formatDuration(history.duration) }}
暂无历史记录