shiro label foreground application

// lead pack

<%@ taglib prefix="shiro" uri="http://shiro.apache.org/tags" %>

<shiro:hasRole name="J009">//name要判断是否有这个权限
<c:if test="${piid!=null&&piid!=''&&modelkey=='bgsmskhg'}">
<button type="button" class="btn btn-info" style="padding:0px 12px;height:30px;vertical-align:'inherit';margin-top:-3px;font-size:14pt;" onclick="chuanyue('<c:out value="${piid }" escapeXml="true"/>')">传阅</button>
</c:if>
</shiro:hasRole>

Guess you like

Origin www.cnblogs.com/YingJian/p/11112569.html