提交 7ac2ef88 作者: ZhangLingKun

功能:加盟入驻问题修复

上级 534f0519
......@@ -213,7 +213,7 @@ const CustomIdentityView = () => {
<Button
type='link'
onClick={() => contractModalShowClick(record)}
disabled={record.approvalStatus !== 1 || record.signStatus === 2}
disabled={record.approvalStatus !== 1 || ![0, 1, 2].includes(record.signStatus)}
>
签署合同
</Button>
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论