tangning %!s(int64=2) %!d(string=hai) anos
pai
achega
b1de6d5e10
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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),
               },
               {