无更改
This commit is contained in:
@@ -296,7 +296,7 @@ $(document).ready(function(){
|
||||
<c:set var="labelProtoIds">${log.labelProtoId }</c:set>
|
||||
<c:forEach items="${protocolList}" var="dict">
|
||||
<c:if test="${dict.code eq log.labelProtoId}">
|
||||
<c:set var="labelProtoIds">${dic.item}</c:set>
|
||||
<c:set var="labelProtoIds">${dict.item}</c:set>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
<spring:message code="${labelProtoIds}"/>
|
||||
@@ -308,7 +308,7 @@ $(document).ready(function(){
|
||||
<c:set var="labelBehavIds">${log.labelBehavId }</c:set>
|
||||
<c:forEach items="${behaviorList}" var="dict">
|
||||
<c:if test="${dict.code eq log.labelBehavId}">
|
||||
<c:set var="labelBehavIds">${dic.item}</c:set>
|
||||
<c:set var="labelBehavIds">${dict.item}</c:set>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
<spring:message code="${labelBehavIds}"/>
|
||||
@@ -320,7 +320,7 @@ $(document).ready(function(){
|
||||
<c:set var="labelAppIds">${log.labelAppId }</c:set>
|
||||
<c:forEach items="${appList}" var="dict">
|
||||
<c:if test="${dict.code eq log.labelAppId}">
|
||||
<c:set var="labelAppIds">${dic.item}</c:set>
|
||||
<c:set var="labelAppIds">${dict.item}</c:set>
|
||||
</c:if>
|
||||
</c:forEach>
|
||||
<spring:message code="${labelAppIds}"/>
|
||||
|
||||
Reference in New Issue
Block a user