{{notice}}

{{vehicle.license}}

行车分析 行车记录 行车轨迹 用车报告  远程检测 保养记录
  • 速段统计
  • 起始日期: {{analysisFilter.start}}
  • 截止日期: {{analysisFilter.end}}
  • {{speedDistribution.label[$index]}}: {{i}}Km
  • 油耗
  • 起始日期: {{analysisFilter.start}}
  • 截止日期: {{analysisFilter.end}}
  • 共计油耗: {{oilUsage.total.oil.toFixed(2)}} L
  • 共计里程: {{oilUsage.total.mileage}} Km
  • 平均油耗: {{oilUsage.total.avgOil}} L/100Km
  • 驾驶偏好
  • 起始日期: {{analysisFilter.start}}
  • 截止日期: {{analysisFilter.end}}
  • 急加速次数: {{habits.total.speedUp}}
  • 急减速次数: {{habits.total.speedDown}}
  • 急转弯次数: {{habits.total.sharpTurn}}
序号行程编号点火时间熄火时间行驶距离
{{$index + 1 + tripPager.pageSize * (tripPager.page - 1)}} {{trip.tripId}}{{trip.fireTime | date}}{{trip.flameOutTime}}{{(trip.currentMileage/1000).toFixed(2)}}m
第{{tripPager.page}}页 / 共{{tripPager.totalItems/tripPager.pageSize | ceil}}页, {{tripPager.totalItems}}条
序号统计范围行车里程用车次数平均油耗平均车速
{{$index + 1 + reportPager.pageSize * (reportPager.page - 1)}} {{r.description}}{{r.mileage}}Km{{r.count}}{{r.avgOil}}L/百公里{{r.speed}}Km/h
第{{reportPager.page}}页 / 共{{reportPager.totalItems/reportPager.pageSize | ceil}}页, {{reportPager.totalItems}}条
序号检测时间检测结果故障等级
{{$index + 1 + detectPager.pageSize * (detectPager.page - 1)}} {{i.createTime | date}}{{i.description}} {{['一切正常', '可放心行驶', '建议保养', '须立即检修', '检测失败'][i.faultLevel]}}
第{{detectPager.page}}页 / 共{{detectPager.totalItems/detectPager.pageSize | ceil}}页, {{detectPager.totalItems}}条
序号保养时间保养内容费用
{{$index + 1 + carePager.pageSize * (carePager.page - 1)}} {{i.tm | date: 'YYYY-MM-DD'}}{{i.content}}¥ {{i.cost}}