Commit 33e21ca7 authored by guang.wu's avatar guang.wu

fix: 修改补充资质显示状态

parent ca752d78
......@@ -120,7 +120,7 @@ export const brandColumn = config => {
</Button>
)) ||
'',
([null, auditStatusReject].includes(r.status) && (
([null, auditStatusReject].includes(r.status) && !r.modifiable && (
<Button key="supplement" type="primary" ghost onClick={() => onAction(r, 'supplement')}>
补充资质
</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