1、修改多域sub界面中的表达式国际化code

2、去掉菜单中Control和管控关键词
This commit is contained in:
duandongmei
2018-07-14 14:54:32 +08:00
parent bc7bd0fdff
commit c577d9f156
14 changed files with 184 additions and 174 deletions

View File

@@ -180,12 +180,12 @@ $(function(){
name="exprType" value="1"
class="required"
<c:if test="${_cfg.exprType==1}">checked</c:if>> <spring:message
code="and" />
code="and_expression" />
</label> <label class="radio-inline"> <input type="radio"
name="exprType" value="0"
class="required"
<c:if test="${_cfg.exprType==0 || _cfg.exprType==null}">checked</c:if>>
<spring:message code="null" />
<spring:message code="null_expression" />
</label>
</div>
<div for="exprType"></div>