| 排名 | 姓名 | 当天入库 | 当天出库 | 出入库用时 | 当天总积分 | 本月出错 | 本月总积分 |
|---|---|---|---|---|---|---|---|
| 请选择参与排名的员工 | |||||||
| {{ index + 1 }} | {{ item.name }} | {{ item.today_in }} | {{ item.today_out }} | {{ item.work_time }}分 | {{ item.today_score }} | {{ item.month_errors }} | {{ item.month_total_score }} |
| 姓名 | 当天入库 | 当天出库 | 出入库用时 | 当天总积分 | 本月出错 | 本月总积分 |
|---|---|---|---|---|---|---|
| 请选择不参与排名的员工 | ||||||
| {{ item.name }} | {{ item.today_in }} | {{ item.today_out }} | {{ item.work_time }}分 | {{ item.today_score }} | {{ item.month_errors }} | {{ item.month_total_score }} |
| 学校名称 | 当日入库 | 当日出库 | 当日未出库 | 出库剩余用时 | 当月 | 本年度 |
|---|---|---|---|---|---|---|
| {{ selectedSchools.length === 0 ? '请选择学校' : '暂无数据' }} | ||||||
| {{ school.site_name }} | {{ school.today_in }} | {{ school.today_out }} | {{ school.today_not_out }} | {{ school.remain_time > 0 ? school.remain_time + '小时' : '-' }} | {{ school.month_count }} | {{ school.year_count }} |