序号 | 行程编号 | 点火时间 | 熄火时间 | 行驶距离 |
---|---|---|---|---|
{{$index + 1 + tripPager.pageSize * (tripPager.page - 1)}} | {{trip.tripId}} | {{trip.fireTime | date}} | {{trip.flameOutTime}} | {{(trip.currentMileage/1000).toFixed(2)}}m |
序号 | 统计范围 | 行车里程 | 用车次数 | 平均油耗 | 平均车速 |
---|---|---|---|---|---|
{{$index + 1 + reportPager.pageSize * (reportPager.page - 1)}} | {{r.description}} | {{r.mileage}}Km | {{r.count}} | {{r.avgOil}}L/百公里 | {{r.speed}}Km/h |
序号 | 检测时间 | 检测结果 | 故障等级 |
---|---|---|---|
{{$index + 1 + detectPager.pageSize * (detectPager.page - 1)}} | {{i.createTime | date}} | {{i.description}} | {{['一切正常', '可放心行驶', '建议保养', '须立即检修', '检测失败'][i.faultLevel]}} |
序号 | 保养时间 | 保养内容 | 费用 |
---|---|---|---|
{{$index + 1 + carePager.pageSize * (carePager.page - 1)}} | {{i.tm | date: 'YYYY-MM-DD'}} | {{i.content}} | ¥ {{i.cost}} |