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