日志检索-APP协议页面-修改监测动作,列表展示为数字的BUG
This commit is contained in:
@@ -317,11 +317,10 @@ $(document).ready(function(){
|
|||||||
<spring:message code="block_drop"/>
|
<spring:message code="block_drop"/>
|
||||||
</c:when>
|
</c:when>
|
||||||
<c:otherwise>
|
<c:otherwise>
|
||||||
|
<c:set var="actions">${dict.itemValue}</c:set>
|
||||||
<spring:message code="${actions}"/>
|
<spring:message code="${actions}"/>
|
||||||
</c:otherwise>
|
</c:otherwise>
|
||||||
</c:choose>
|
</c:choose>
|
||||||
|
|
||||||
<c:set var="actions">${dict.itemValue}</c:set>
|
|
||||||
</c:if>
|
</c:if>
|
||||||
</c:forEach>
|
</c:forEach>
|
||||||
</td>
|
</td>
|
||||||
|
|||||||
Reference in New Issue
Block a user