修正配置修改时表达式类型默认选中与表达式.

This commit is contained in:
zhangwq
2018-12-14 18:46:57 +08:00
parent 502368658a
commit 5c06435d77
4 changed files with 7 additions and 4 deletions

View File

@@ -123,7 +123,10 @@
<input type="radio"
name="${cfgName}.exprType" value="${exprType }"
class="required"
<c:if test="${stat.index == 0 }"> checked </c:if>
<%-- <c:if test="${stat.index == 0 }"> checked </c:if> --%>
<c:if test="${cfg.exprType eq exprType || (empty cfg.exprType && exprType eq 0)}">
checked
</c:if>
>
<spring:message code="${exprTypeC.itemValue }" />
</label>