chen.lin
3 天以前 4c66319211f9f7e496dfc32718dbd7aefed4ca88
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>
            :
            <></>
        ) : <></>
    )
}
/**