修改仿冒IP相关功能属性的默认值,以及顶部菜单的字数截取限制

This commit is contained in:
zhangwei
2018-12-18 13:09:22 +06:00
parent 9bed38f4e8
commit 560eb2d815
3 changed files with 6 additions and 6 deletions

View File

@@ -133,7 +133,8 @@ $(function(){
<label class="control-label col-md-3"><font color="red">*</font><spring:message code="ip_type"/></label>
<div class="col-md-6">
<select name="ipType" class="selectpicker show-tick form-control required">
<c:forEach items="${fns:getDictList('IP_TYPE')}" var="ipTypeC">
<option value="4">IPv4</option>
<%-- <c:forEach items="${fns:getDictList('IP_TYPE')}" var="ipTypeC">
<option value="${ipTypeC.itemCode}"
<c:if test="${_cfg.ipType==ipTypeC.itemCode }">
selected
@@ -141,7 +142,7 @@ $(function(){
>
<spring:message code="${ipTypeC.itemValue}"/>
</option>
</c:forEach>
</c:forEach> --%>
</select>
</div>
<div for="ipType"></div>