Commit 6ebe2f0e authored by XieZhiXiong's avatar XieZhiXiong

关闭判断条件

parent 2864314e
......@@ -115,14 +115,12 @@ const MemberPrConfirm: React.FC<{}> = props => {
align: 'center',
render: (text: any, record: any) => (
<>
{record.innerStatus !== MEMBER_INNER_STATUS_SUCCESS && (
<Button
type="link"
onClick={() => handleJumpAudit(record)}
>
确认审核结果
</Button>
)}
<Button
type="link"
onClick={() => handleJumpAudit(record)}
>
确认审核结果
</Button>
</>
),
},
......
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