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