作者 Cool

商家入驻审核调整

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