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