%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme() + "://"
+ request.getServerName() + ":" + request.getServerPort()
+ path + "/";
%>
<%@ include file="../index/top.jsp"%>
新增组 |
bgcolor="#FFC926" onMouseOut="javascript:this.bgColor='#FFC926';"bgcolor="#E5E5E5" onMouseOut="javascript:this.bgColor='#E5E5E5';" onMouseMove="javascript:this.bgColor='#FFC926';" >
${role.ROLE_NAME }
|
|
没有相关数据 |
|
序号 |
角色 |
增 |
删 |
改 |
查 |
操作 |
${vs.index+1} |
${var.ROLE_NAME } |
|
|
|
|
菜单权限
|
您无权查看 |
没有相关数据 |
<%@ include file="../index/foot.jsp"%>