From e2a649339adaa2aff2fb011c36b97e07cb9f0ee8 Mon Sep 17 00:00:00 2001 From: wangxin Date: Wed, 15 Aug 2018 11:45:33 +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=A2tab=E5=88=87=E6=8D=A2=E6=97=B6=E5=8E=BB=E6=8E=89desc?= =?UTF-8?q?=E7=9A=84=E5=BF=85=E9=80=89*=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../WEB-INF/views/specific/specificServiceCfgForm.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp index 3e1a62386..2ba5b7ab6 100644 --- a/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp +++ b/src/main/webapp/WEB-INF/views/specific/specificServiceCfgForm.jsp @@ -136,15 +136,15 @@ if(cfgType==1){ $(".protocol_code").html('*:'); $(".protocol_name").html('*:'); - $(".protocol_desc").html('*:'); + $(".protocol_desc").html(':'); }else if(cfgType==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(':'); } }); });