Authored by linlong

update

... ... @@ -116,14 +116,14 @@
columns: [
{
title: "业务分类",
width:"120px",
width:"110px",
formatter: function (value, rowData, rowIndex) {
return "<div style='padding:15px;'>"+rowData.name+"</div>";
}
},
{
title: "地址",
width: "165px",
width: "190px",
// field: "url"
formatter: function (value, rowData, rowIndex) {
var array = rowData.url.split("\r\n");
... ... @@ -134,7 +134,7 @@
}
}, {
title: "当前连接数",
width:"100px",
width:"90px",
// field: "curConnections"
formatter: function (value, rowData, rowIndex) {
var array = rowData.curConnections.split("\r\n");
... ...