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