ip增加源目的不相同校验

action默认选中第一个动作
list列表type修改为classification
This commit is contained in:
duandongmei
2018-07-13 18:17:38 +08:00
parent 7248fff6a5
commit e4d280dc79
60 changed files with 252 additions and 148 deletions

View File

@@ -150,7 +150,7 @@
serviceId="${service.serviceId }"
protocolId="${service.protocolId }"
value="${service.action }" class="required action"
<c:if test="${_cfg.action==service.action || _cfg.action==null}">checked</c:if>>
<c:if test="${_cfg.action==service.action || (_cfg.action==null && satus.index==0)}">checked</c:if>>
<spring:message code="${service.actionCode }" />
</c:if>
</label>