From 5801922c786fdf158ed361ae4d9ccee3674bab42 Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 15 Aug 2018 11:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E5=AE=9A=E6=9C=8D=E5=8A=A1=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E5=8E=BB=E6=8E=89desc=E7=9A=84=E5=BF=85=E9=80=89*?= =?UTF-8?q?=E5=8F=B7=EF=BC=8C=E5=88=97=E8=A1=A8=E9=A1=B5=E9=9D=A2=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=E6=8E=89=E8=AF=A6=E6=83=85=E9=A1=B5=E9=9D=A2=E7=9A=84?= =?UTF-8?q?=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/specific/specificServiceCfgForm.jsp | 8 ++++---- .../WEB-INF/views/specific/specificServiceCfgList.jsp | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp index ebc05f44a..3e1a62386 100644 --- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp @@ -94,7 +94,7 @@ }); $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); - $(".protocol_desc").html('*:'); + $(".protocol_desc").html(':'); }else{ $(".cfgType").each(function(){ if($(this).attr("cfgType")!=$("[name='cfgType']").val()){ @@ -109,15 +109,15 @@ if($("[name='cfgType']").val()==1){ $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); - $(".protocol_desc").html('*:'); + $(".protocol_desc").html(':'); }else if($("[name='cfgType']").val()==2){ $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); - $(".protocol_desc").html('*:'); + $(".protocol_desc").html(':'); }else{ $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); - $(".protocol_desc").html('*:'); + $(".protocol_desc").html(':'); } } $(".tabs-left li").on("click",function(){ diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp index ca7a1f5c4..304fc1bef 100644 --- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp +++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgList.jsp @@ -272,7 +272,7 @@ <%-- ${specificServiceCfg.showSequence} --%> - ${specificServiceCfg.specServiceCode} + <%----%>${specificServiceCfg.specServiceCode}<%----%> ${specificServiceCfg.specServiceName} ${fns:abbr(specificServiceCfg.specServiceDesc,15)} <%-- ${specificServiceCfg.groupId } --%>