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