Explorar o código

运单管理按钮权限

unknown hai 1 mes
pai
achega
258f0052fe
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/tables.vue

+ 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