修改voip关键字显示长度

This commit is contained in:
zhanghongqing
2018-09-12 10:18:30 +08:00
parent c4cca92379
commit 46253186a6
2 changed files with 6 additions and 9 deletions

View File

@@ -109,10 +109,9 @@
$.each(data.subscribe,function(index,item){
console.log(item.cfgKeywords);
html+="<div class='row'>";
html+="<div class='col-md-4'>";
html+="<div class='col-md-8'>";
html+="<div class='form-group'>";
html+="<label><spring:message code='NTC_SUBSCRIBE_ID'/></label>";
html+="<label>"
html+="<label><spring:message code='NTC_SUBSCRIBE_ID'/> ";
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
html+="</label>";
html+="</div>";
@@ -232,10 +231,9 @@
html+="<div id='accountInfo"+index+"' class='content content2' style='display:none'>";
$.each(data.account,function(index,item){
html+="<div class='row'>";
html+="<div class='col-md-4'>";
html+="<div class='col-md-8'>";
html+="<div class='form-group'>";
html+="<label><spring:message code='account'/></label>";
html+="<label>"
html+="<label><spring:message code='account'/> ";
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
html+="</label>";
html+="</div>";

View File

@@ -107,10 +107,9 @@
html+="<div id='subscribeInfo"+index+"' class='content content'>";
$.each(data.subscribe,function(index,item){
html+="<div class='row'>";
html+="<div class='col-md-4'>";
html+="<div class='col-md-8'>";
html+="<div class='form-group'>";
html+="<label><spring:message code='NTC_SUBSCRIBE_ID'/></label>";
html+="<label>"
html+="<label class='keyword-disinline'><spring:message code='NTC_SUBSCRIBE_ID'/> ";
html+=item.cfgKeywords.replace(/\*\*\*and\*\*\*/g , " ");
html+="</label>";
html+="</div>";