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),
               },
               {