rsf-admin/src/page/task/TaskList.jsx
@@ -371,14 +371,13 @@ } } return ( (record.taskStatus == 1 || record.taskStatus == 101) && (record.taskType == 1 || record.taskType == 101 || record.taskType == 10 || record.taskType == 107 || record.taskType == 103 || record.taskType == 11) ? record?.canCancel === true ? ( <ConfirmButton onConfirm={clickCancel} startIcon={<CancelIcon />} label={"toolbar.cancel"}> </ConfirmButton> : <></> ) : <></> ) } /**