@@ -206,7 +206,7 @@
});
function getRowSelection(record) {
return {
- disabled: !(record.status == 1 || record.status == -2), // Column configuration not to be checked
+ disabled: record.inCase || !(record.status == 1 || record.status == -2), // Column configuration not to be checked
name: record.name,}
}
function onSelectChange(selectedRowKeys: any, selectedRows: any) {