@@ -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;