...
|
...
|
@@ -289,33 +289,6 @@ |
|
|
return uid+"<br>"+nickName;
|
|
|
}
|
|
|
},{
|
|
|
title: "内容来源",
|
|
|
field: "source",
|
|
|
width: 20,
|
|
|
align: "left",
|
|
|
formatter: function (value, rowData, rowIndex) {
|
|
|
debugger
|
|
|
var str = '';
|
|
|
if(rowData.source == '1'){
|
|
|
str = "用户";
|
|
|
}
|
|
|
if(rowData.source == '2'){
|
|
|
str = "资讯";
|
|
|
}
|
|
|
if(rowData.source == '3'){
|
|
|
str = "mars";
|
|
|
}
|
|
|
if(rowData.source == '4'){
|
|
|
str = "晒单";
|
|
|
}
|
|
|
if(rowData.source == '5'){
|
|
|
str = "now";
|
|
|
}
|
|
|
|
|
|
return str;
|
|
|
}
|
|
|
|
|
|
},{
|
|
|
title: "用户身份",
|
|
|
field: "userType",
|
|
|
width: 20,
|
...
|
...
|
@@ -349,6 +322,38 @@ |
|
|
}
|
|
|
|
|
|
},{
|
|
|
title: "发布时间",
|
|
|
field: "publishTime",
|
|
|
width: 30,
|
|
|
align: "left"
|
|
|
},{
|
|
|
title: "内容来源",
|
|
|
field: "source",
|
|
|
width: 20,
|
|
|
align: "left",
|
|
|
formatter: function (value, rowData, rowIndex) {
|
|
|
debugger
|
|
|
var str = '';
|
|
|
if(rowData.source == '1'){
|
|
|
str = "用户";
|
|
|
}
|
|
|
if(rowData.source == '2'){
|
|
|
str = "资讯";
|
|
|
}
|
|
|
if(rowData.source == '3'){
|
|
|
str = "mars";
|
|
|
}
|
|
|
if(rowData.source == '4'){
|
|
|
str = "晒单";
|
|
|
}
|
|
|
if(rowData.source == '5'){
|
|
|
str = "now";
|
|
|
}
|
|
|
|
|
|
return str;
|
|
|
}
|
|
|
|
|
|
},{
|
|
|
title: "数据统计",
|
|
|
field: "praiseCount",
|
|
|
width: 20,
|
...
|
...
|
@@ -376,12 +381,7 @@ |
|
|
// width: 20,
|
|
|
// align: "left"
|
|
|
// },
|
|
|
{
|
|
|
title: "发布时间",
|
|
|
field: "publishTime",
|
|
|
width: 30,
|
|
|
align: "left"
|
|
|
},/*{
|
|
|
/*{
|
|
|
title: "推荐时间",
|
|
|
field: "recomTimeStr",
|
|
|
width: 30,
|
...
|
...
|
|