作者 Cool

商家入驻审核调整

... ... @@ -68,7 +68,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
icon: '',
url: $.fn.bootstrapTable.defaults.extend.examine_url,
visible:function (row) {
if(row.status == 2){
if(row.status == 1 || row.status == 2){
return true;
}else{
return false;
... ...