Browse Source

运单管理按钮权限

unknown 1 tháng trước cách đây
mục cha
commit
258f0052fe
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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