📊 司机绩效汇总

绩效管理

按日期查看司机里程、趟数、费用与车辆数。

{{ error }}

司机数

{{ stats.drivers }}

总里程

{{ formatKm(stats.total_km) }}

总趟数

{{ formatInt(stats.total_trips) }}

总费用

{{ formatCurrency(stats.total_cost) }}

司机绩效表

按里程降序展示,支持按姓名筛选。

{{ selectedDate || '未选择日期' }}
排名 姓名 里程 趟数 费用 车数
暂无绩效数据
{{ index + 1 }} {{ driver.driver_name || '-' }} {{ formatKm(driver.total_distance_km) }} {{ formatInt(driver.total_trips) }} {{ formatCurrency(driver.total_cost) }} {{ formatInt(driver.car_count) }}
绩效数据加载中...