Commit 40e791d6 authored by Bill's avatar Bill

fix: 修改考评bug

parent 8721ea20
......@@ -88,7 +88,9 @@ const rectificationAddDetail = () => {
title={initialValue?.subject}
anchors={headers}
extra={
<Button type="primary" icon={<FormOutlined />} onClick={() => toggle(true)}>填写整改信息</Button>
initialValue?.currentOuterStep === 2 && (
<Button type="primary" icon={<FormOutlined />} onClick={() => toggle(true)}>填写整改信息</Button>
)
}
>
<AuditProcess
......
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