修复doBlackList命名及回显bug

This commit is contained in:
wangwei
2019-04-17 10:55:32 +08:00
parent 3acdae76d0
commit b8d1bd9ab9
12 changed files with 24 additions and 24 deletions

View File

@@ -228,12 +228,12 @@
</c:forEach>
</div>
</div>
<div class="col-md-6 doBalckList">
<div class="col-md-6 doBlackList">
<div class="form-group">
<label class="control-label col-md-3"><spring:message code="do_blacklist" /></label>
<c:forEach items="${fns:getDictList('DO_BLACKLIST') }" var="dict">
<c:choose>
<c:when test="${dict.itemCode eq _cfg.doBlackList or not empty_cfg.doBalckList}">
<c:when test="${not empty _cfg.doBlackList and dict.itemCode eq _cfg.doBlackList}">
<label class="radio-inline">
<input type="radio" name="doBlackList" checked value="${dict.itemCode}" ><spring:message code="${dict.itemValue}"/>
</label>