Authored by mlge

种草 --话题前端修改

... ... @@ -256,35 +256,6 @@
}
},{
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,
... ... @@ -323,6 +294,35 @@
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: "审核人",
... ...
... ... @@ -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,
... ...
... ... @@ -59,7 +59,7 @@
<tr style="height: 60px">
<td >
<input value="1" type="checkbox" id="showAttAmount" name="showAttAmount">展示参与人数</input>
<input value="1" type="checkbox" id="showAttAmount" name="showAttAmount">展示关注人数</input>
<input value="1" type="checkbox" id="allowAttention" name="allowAttention" >允许用户关注</input>
</td>
</tr>
... ...