1日志修改标题为配置中获取与菜单相同2.串联设备号改为字典中获取

This commit is contained in:
zhanghongqing
2018-08-10 09:55:41 +08:00
parent 81936c44fa
commit b8b17f6f80
9 changed files with 54 additions and 25 deletions

View File

@@ -222,7 +222,11 @@ $(document).ready(function(){
<td title="${log.sIp }">${fns:abbr(log.sIp, 42)}</td>
<td>${log.dPort}</td>
<td>${log.sPort}</td>
<td>${log.deviceId}</td>
<td>
<c:forEach items="${fns:getDictList('DEVICE')}" var="device">
<c:if test="${device.itemCode eq log.deviceId}"><spring:message code="${device.itemValue}"/></c:if>
</c:forEach>
</td>
<td>
<c:forEach items="${fns:getDictList('DIRECTION')}" var="dic">
<c:if test="${log.direction==dic.itemCode}"><spring:message code="${dic.itemValue }"/></c:if>