{% extends "./inc/base.html" %} {% block content %}
{{controller.meta_title}}
{% for item in userlist %} {% else %} {% endfor %}
ID 用户名 所属角色 最后登录id 最后登录时间 E-mail 真实姓名 操作
{%if item.issystem !=1%}{%endif%} {{item.id}} {{item.username}} {{item.role}} {{item.last_login_ip|int2ip}} {{item.last_login_time|moment('YYYY-MM-DD HH:mm:ss')}} {{item.email}} {{item.real_name}} 编辑

木有,成员!!!

{% endblock %} {% block script%} {% endblock %}