{% extends 'base.html' %} {% block title %}运营面板 - 操作日志{% endblock %} {% block content %}
| 时间 | 操作人 | 动作 | 目标 | 详情 |
|---|---|---|---|---|
| {{ r.created_at }} | {% if r.actor %}{{ r.actor.username }}{% else %}-{% endif %} | {{ r.action }} | {{ r.target }} |
{% if r.detail %}
{{ r.detail|truncatechars:200 }}
{% else %}
(无)
{% endif %}
|
| 暂无数据 | ||||