{% extends "admin/base.html" %} {% block page_title %}积分管理{% endblock %} {% block content %}
| 序号 | 店员 | 门店 | 变动 | 类型 | 备注 | 变动后 | 时间 |
|---|---|---|---|---|---|---|---|
| {{loop.index}} | {{l.staff.name if l.staff else '-'}} | {{l.staff.store.name if (l.staff and l.staff.store) else '-'}} | {% if l.delta>0 %}+{% endif %}{{l.delta}} | {% set tb = {'exam':'bg-success','like':'bg-success','exchange':'bg-danger','adjust':'bg-brand'} %}{{tmap.get(l.type, l.type)}} | {{l.remark or '-'}} | {{l.balance_after}} | {{l.created_at.strftime('%m-%d %H:%M') if l.created_at}} |
| 暂无流水 | |||||||