{% extends "admin/base.html" %} {% block page_title %}成绩 · {{e.title}}{% endblock %} {% block content %}
| 序号 | 店员 | 门店 | 得分 | 及格 | 奖励积分 | 用时(秒) | 时间 |
|---|---|---|---|---|---|---|---|
| {{loop.index}} | {{r.staff.name if r.staff}} | {{r.staff.store.name if (r.staff and r.staff.store) else '-'}} | {{r.score}} | {% if r.passed %}通过{% else %}未过{% endif %} | {{r.points_earned}} | {{r.duration}} | {{r.created_at.strftime('%Y-%m-%d %H:%M') if r.created_at}} |
| 暂无考试记录 | |||||||