Authored by csgyoho

种草-晒单评论

... ... @@ -26,7 +26,7 @@
<body class="easyui-layout" >
<div region="north" style="height: 200px;">
<script>
document.write(addHead('评论管理', '文章评论管理'));
document.write(addHead('种草管理', '评论管理'));
</script>
<div style="margin-left: 20px;margin-top: 10px">
... ... @@ -158,8 +158,22 @@
align: "left"
},
{
title: "原内容ID",
field: "articleId",
title: "原文类型",
field: "columnType",
width: 15,
align: "center",
formatter: function (value, rowData, rowIndex) {
if(value == '1000'){
return "文章";
}
if(value == '1001'){
return "晒单";
}
}
},
{
title: "晒单ID",
field: "shareOrderId",
width: 20,
align: "labelAmount"
},
... ...