@@ -39,6 +39,7 @@
},
{
label: t('common.delText'),
+ disabled: record.status != 1 && record.status != -1,
color: 'error',
onClick: handleDelete.bind(null, record),