@@ -562,7 +562,7 @@
});
function getrowSelection(record) {
return {
- disabled: record.status != 110, // Column configuration not to be checked
+ disabled: record.isSignFor != 1, // Column configuration not to be checked
name: record.name,
};
}