@ -178,7 +178,15 @@
return actions.join('');
}
]
],
rowStyle: function (row, index) {
if (row.auditStatus=="0") {
// 如果审核状态为待审核,则设置为红色
return {css:{"color":"red"}};
// 否则使用默认样式
return {};
};
$.table.init(options);
});