unknown 8 сар өмнө
parent
commit
258f0052fe

+ 1 - 1
src/components/tables.vue

@@ -254,7 +254,7 @@
               return false
             }
           } else if (type == 'pdf') {
-            if (row.status == 8) {
+            if ([6, 7, 8, 11].includes(row.status)) {
               return false
             } else {
               return true