dev_1.0.1
tangjie 2026-07-03 10:43:29 +08:00
parent 907c0d3842
commit 3eb7f90b8b
2 changed files with 2 additions and 3 deletions

View File

@ -116,7 +116,7 @@ const FilingTabs = ({
<p style={{ marginTop: "0.75rem" }}>法定代表人{commitment.legalRepName}已签名</p>
<Space>
<Image src={commitment.legalRepSignatureUrl} style={{ width: 100, height: 100 }} />
{commitment.legalRepSignatureUrl&&<Image src={commitment.legalRepSignatureUrl} style={{ width: 100, height: 100 }} />}
<p>单位盖章</p>
</Space>
<p style={{ textAlign: "right" }}>{commitment.signDate}</p>

View File

@ -66,8 +66,7 @@ const QualChange = (props) => {
fixed: "right",
render: (_, record) => (
<TableAction>
<Button type="link" size="small" onClick={() => props.history.push(`FilingDetail?id=${record.id}&
`)}>
<Button type="link" size="small" onClick={() => props.history.push(`FilingDetail?id=${record.id}&mode=change`)}>
查看
</Button>
{record.filingStatusCode == 2 && (