Showing
1 changed file
with
1 additions
and
1 deletions
@@ -267,7 +267,7 @@ | @@ -267,7 +267,7 @@ | ||
267 | width: 50, | 267 | width: 50, |
268 | align: "center", | 268 | align: "center", |
269 | formatter: function (value, rowData, rowIndex) { | 269 | formatter: function (value, rowData, rowIndex) { |
270 | - var str = "<a target='_blank' href='"+contextPath+"/html/grass/articleAuthorizeManage/articleDetail.html?articleId="+rowData.articleId+"'>审核</a>"; | 270 | + var str = "<a target='_blank' class='btn-success' href='"+contextPath+"/html/grass/articleAuthorizeManage/articleDetail.html?articleId="+rowData.articleId+"'>审核</a>"; |
271 | 271 | ||
272 | // if(rowData.authStatus==0){//待审核状态--允许审核通过 和 不通过 | 272 | // if(rowData.authStatus==0){//待审核状态--允许审核通过 和 不通过 |
273 | // str += "<a role='switchR' class='btn-success' dataId='"+rowData.articleId+ "' index='"+ rowIndex + "' status='1' style='margin-left:10px'>审核通过</a>"; | 273 | // str += "<a role='switchR' class='btn-success' dataId='"+rowData.articleId+ "' index='"+ rowIndex + "' status='1' style='margin-left:10px'>审核通过</a>"; |
-
Please register or login to post a comment