日志检索-APP协议页面-修改监测动作,列表展示为数字的BUG

This commit is contained in:
shangguan
2019-10-16 10:42:46 +08:00
parent 3b943be13b
commit b96cde52d8

View File

@@ -317,11 +317,10 @@ $(document).ready(function(){
<spring:message code="block_drop"/>
</c:when>
<c:otherwise>
<c:set var="actions">${dict.itemValue}</c:set>
<spring:message code="${actions}"/>
</c:otherwise>
</c:choose>
<c:set var="actions">${dict.itemValue}</c:set>
</c:if>
</c:forEach>
</td>