tangning 2 年之前
父節點
當前提交
b1de6d5e10
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/device/index.vue

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

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