调整标签字段label为lable

ip列表默认值调整
This commit is contained in:
wangxin
2018-03-02 12:02:17 +08:00
parent d2ff00a622
commit 3c68637b8e
2 changed files with 24 additions and 2 deletions

View File

@@ -60,7 +60,7 @@
<c:forEach items="${lables}" var="lable">
<option value="${lable.item_code}"
<c:if test="${lable.isValid==0}">disabled="disabled"</c:if>
<c:if test="${lable.item_code==_cfg.label}">selected</c:if>
<c:if test="${lable.item_code==_cfg.lable}">selected</c:if>
>${lable.item_value}</option>
</c:forEach>
</select>