p2p 日志只有一个action时不显示检索条件

This commit is contained in:
leijun
2018-08-22 14:39:33 +08:00
parent 5a5bf7c0f8
commit f71a4381c9

View File

@@ -50,6 +50,7 @@
<div class="col-md-12">
<div class="pull-left">
<select id="action" path="action" class="selectpicker select2 input-small">
<c:set var="actionIndex" value="0"></c:set>
<c:forEach items="${serviceList}" var="service" varStatus="satus">
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
@@ -61,6 +62,8 @@
<c:if test="${ (actionIndex > 1) || (actionIndex == 0) }">
<option value=""><spring:message code="action"/></option>
</c:if>
<c:forEach items="${serviceList}" var="service" varStatus="satus">
<c:forEach items="${fns:getDictList('SERVICE_ACTION') }" var="dict">
<c:if test="${(dict.itemCode eq service.action) && (service.action ne 128) && (service.action ne 32)}">