修正拦截策略配置导入操作页action国际化.

This commit is contained in:
zhangwenqing
2019-01-15 16:50:46 +08:00
parent a6c01d19ac
commit 19fc9eb7af

View File

@@ -47,7 +47,20 @@
<c:if test="${serviceIndex eq 0}">checked</c:if>>
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
<c:if test="${dict.itemCode eq service.action }">
<spring:message code="${dict.itemValue }"/>
<c:if test="${service.functionId eq 200 }">
<c:if test="${service.action eq 1 }">
<spring:message code="intercept"/>
</c:if>
<c:if test="${service.action eq 128 }">
<spring:message code="bypass"/>
</c:if>
<c:if test="${service.action ne 1 && service.action ne 128}">
<spring:message code="${dict.itemValue }"/>
</c:if>
</c:if>
<c:if test="${service.functionId ne 200 }">
<spring:message code="${dict.itemValue }"/>
</c:if>
</c:if>
</c:forEach>
</label>