@@ -90,7 +90,8 @@
{
tooltip: t('routes.scenes.creatobj'),
icon: 'carbon:chart-3d',
- ifShow: record.status == -2 && tableType == 2 && record.isMain,
+ ifShow:
+ record.status == -2 && tableType == 2 && record.isMain && !record.coldStorage,
onClick: handleGenerate.bind(null, record),
},