...
|
...
|
@@ -162,7 +162,7 @@ |
|
|
field: "ip"
|
|
|
}, {
|
|
|
title: "reason",
|
|
|
width: "50%",
|
|
|
width: "40%",
|
|
|
field: "reasonDur",
|
|
|
styler : function(value, rowData, rowIndex){
|
|
|
return {
|
...
|
...
|
@@ -212,7 +212,7 @@ |
|
|
},
|
|
|
{
|
|
|
title: "操作",
|
|
|
width: "5%",
|
|
|
width: "10%",
|
|
|
field: "ip",
|
|
|
formatter: function (value, rowData, rowIndex) {
|
|
|
var div = $("<div>");
|
...
|
...
|
|