1.补充前个问题其他页面的修改

This commit is contained in:
chenjinsong
2018-11-16 15:21:14 +08:00
parent df8215fedd
commit 65254b2758
2 changed files with 22 additions and 3 deletions

View File

@@ -128,6 +128,14 @@
<c:set var="sqId" value="${rowData[12] }" />
<c:set var="charStateNum" value="${rowData[14] }" />
<c:set var="status" value="${rowData[4] }" />
<c:if test="${ctiId == 7}">
<c:set var="isHandShake" value="1"/>
</c:if>
<c:if test="${ctiId != 7}">
<c:set var="isHandShake" value="0"/>
</c:if>
<c:choose>
<c:when test="${ind.index eq 1}">
</c:when>