设备名称
设备类型
{{ batteryInfo.device_type }}
IMEI
{{ batteryInfo.mac_id }}
状态
{{
batteryInfo.expire == 1
? '到期'
: batteryInfo.longitude == '0' || batteryInfo.latitude == '0' || batteryInfo.longitude == '' || device.batteryInfo == ''
? '未启用'
: batteryInfo.online == 0
? '离线'
: batteryInfo.speed == 0
? '静止'
: '行驶'
}}
当日里程
{{ batteryInfo.day_mil ? batteryInfo.day_mil + 'km' : '0km' }}
定位时间
{{ batteryInfo.gps_time == 0 ? '' : tools.formatTime(batteryInfo.gps_time) }}
通信时间
{{ batteryInfo.heart_time == 0 ? '' : tools.formatTime(batteryInfo.heart_time) }}
速度
{{ batteryInfo.speed ? batteryInfo.speed + 'km/h' : '0km/h' }}
到期时间
{{ tools.formatTime(batteryInfo.expire_time) }}
车牌号
车主名称
联系电话
车辆颜色
备注
图标