Commit 3632f9d2 authored by Bill's avatar Bill

fix: 修改待提交考评bug

parent 043e6cf6
...@@ -164,7 +164,7 @@ const TobeEvaluateDetail = () => { ...@@ -164,7 +164,7 @@ const TobeEvaluateDetail = () => {
anchors={anchorHeader} anchors={anchorHeader}
extra={ extra={
( (
!initialValue?.totalScore && !isView && !isView &&
( <Button onClick={() => resultToggle(true)} icon={<CheckCircleOutlined />}>考评结果</Button> ) || ( <Button onClick={() => resultToggle(true)} icon={<CheckCircleOutlined />}>考评结果</Button> ) ||
null null
) )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment