|
@@ -514,7 +514,7 @@ function B34edit({ type }: Props) {
|
|
|
{['3', '4'].includes(key) &&
|
|
|
topInfo.audits &&
|
|
|
topInfo.audits.length &&
|
|
|
- [3, 4, 5].includes(topInfo.status) ? (
|
|
|
+ [2, 3, 4].includes(topInfo.status) ? (
|
|
|
<Button type='primary' onClick={() => setAuditsShow(true)}>
|
|
|
申请记录
|
|
|
</Button>
|