tangning 2 years ago
parent
commit
b1de6d5e10
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/device/index.vue

+ 1 - 1
src/views/device/index.vue

@@ -13,7 +13,7 @@
             :actions="[
             :actions="[
               {
               {
                 label: '出库',
                 label: '出库',
-                ifShow: getCheckPerm('device-out') && !Boolean(record.outType),
+                ifShow: getCheckPerm('device-out'),
                 onClick: handleCheckout.bind(null, record),
                 onClick: handleCheckout.bind(null, record),
               },
               },
               {
               {