@@ -57,7 +57,8 @@
},
{
label: t('routes.scenes.copy'),
- disabled: record.status != -2 && tableType != 2 && tableType != 4,
+ ifShow: tableType != 2 && tableType != 4,
+ disabled: record.status != -2,
onClick: handleCopy.bind(null, record),
//{