no message
parent
8a3624a500
commit
b16e898a93
|
|
@ -116,7 +116,7 @@ function HiddenList(props) {
|
|||
</Button>
|
||||
{record.currentEvaluationFlag && (
|
||||
<Button
|
||||
disabled={record.finalResult === 2 || record.finalResult === 3}
|
||||
disabled={record.evaluationResult === "2" || record.evaluationResult === "3"}
|
||||
type="link"
|
||||
onClick={() => {
|
||||
setEvaluationModalOpen(true);
|
||||
|
|
|
|||
Loading…
Reference in New Issue