p2p 日志只有一个action时不显示检索条件
This commit is contained in:
@@ -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)}">
|
||||
|
||||
Reference in New Issue
Block a user