<%@ page language="java" pageEncoding="utf-8" isELIgnored="false"%> <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%> <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%> <%@ include file="include/pagetop.jsp"%> <%@ include file="include/head.jsp"%> <%@ include file="include/loading.jsp"%> <%-- <%@ include file="include/top.jsp"%> --%> <%-- <%@ include file="include/menu_left.jsp"%> --%>

系统用户管理

<%@ include file="include/alert.jsp"%>
查询条件
查询结果
新增系统用户
用户名 角色 邮箱 谷歌验证器 登录权限 备注
${item.username} 管理员 ${role_map.get(item.roleName)} ${item.email} 已绑定 未绑定 开启 关闭 ${item.remarks}
<%@ include file="include/page_simple.jsp"%>
<%@ include file="include/footer.jsp"%>
<%@ include file="include/js.jsp"%>