Browse Source

审核按钮一直留着

lizhen_gitee 1 year ago
parent
commit
a06398ecb1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/assets/js/backend/company.js

+ 1 - 1
public/assets/js/backend/company.js

@@ -81,7 +81,7 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                                     url:'company/audit/ids/{ids}?dialog=1',
                                     target:'_self',
                                     hidden:function($row){
-                                        if($row.status == 0){
+                                        if($row.status == 0 || $row.status == 1 || $row.status == 2){
                                             return false;
                                         }
                                         return true;