diff --git a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp index 0d22af983..545f304ab 100644 --- a/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp +++ b/src/main/webapp/WEB-INF/views/cfg/intercept/interceptForm.jsp @@ -190,7 +190,7 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col $(".ipPort0").removeClass("hidden"); }); */ //0号内置配置不允许修改内容 - if("${_cfg.compileId}" == 0){ + if("${_cfg.compileId}" == 0 && _cfg.compileId != ''){ $(".glyphicon-plus").remove(); $(".glyphicon-remove").remove(); $("input[name='cfgDesc']").attr("readonly",true); @@ -1236,17 +1236,17 @@ legend{padding:.5em;border:0;width:auto;font-family: "Open Sans", sans-serif;col - + -
- <%@include file="/WEB-INF/include/form/areaInfo.jsp"%> -
- <%@include file="/WEB-INF/include/form/basicInfo.jsp"%> -
- <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%> +
+ <%@include file="/WEB-INF/include/form/areaInfo.jsp"%> +
+ <%@include file="/WEB-INF/include/form/basicInfo.jsp"%> +
+ <%@include file="/WEB-INF/include/form/scheduleNew.jsp"%>