|
@@ -204,7 +204,7 @@
|
|
|
</thead>
|
|
|
<c:forEach items="${list}" var="xkzxx" varStatus="status">
|
|
|
<c:if test="${xkzxx.sfyx=='1'}"> <tr id="xkzxx${status.count }"></c:if>
|
|
|
- <c:if test="${xkzxx.sfyx!='1'}"> <tr id="xkzxx${status.count }" style="background-color: rgb(204, 204, 204);></c:if>
|
|
|
+ <c:if test="${xkzxx.sfyx!='1'}"> <tr id="xkzxx${status.count }" style="background-color: rgb(204, 204, 204);"></c:if>
|
|
|
<%-- <tr id="xkzxx${status.count }"> --%>
|
|
|
<input type="hidden" id="sfred${status.count }" value="${xkzxx.sfred }">
|
|
|
<td >${status.count }</td>
|