{% extends "admin/base.html" %} {% block page_title %}英雄榜 · {{e.title}}{% endblock %} {% block content %}

返回考试列表

{{stat_total}}
上榜人数
{{stat_avg}}
平均游戏分
{{stat_max}}
最高游戏分
「{{e.title}}」英雄榜(按游戏分排名,每人取最高游戏分)
刷新 前台英雄榜 {% if current_user.role == 'super' %}
{% endif %}

参与闯关不自动发分。在「发分」列选档位(50/100/200/300/500)手动发放,每人仅一次;积分进店员余额(可商城兑换)。「屏蔽」=成绩保留但不上榜(可恢复);「删除」=清除该店员在本游戏的全部成绩。

{% for r in rows %} {% else %} {% endfor %}
名次店员手机连锁游戏分用时次数时间操作
{% if loop.index==1 %}🥇 1{% elif loop.index==2 %}🥈 2{% elif loop.index==3 %}🥉 3{% else %}{{loop.index}}{% endif %} {{r.name}} {% if r.excluded %}已屏蔽{% endif %} {{r.phone or '-'}} {{r.chain}} {{r.best}} {{r.duration}}秒 ×{{r.count}} {{r.time.strftime('%Y-%m-%d %H:%M') if r.time else '-'}} {% if r.rewarded > 0 %} 已发 {{r.rewarded}} {% else %}
{% endif %}
{% if r.excluded %}{% else %}{% endif %}
暂无成绩记录
{% endblock %}