feat
parent
907c0d3842
commit
3eb7f90b8b
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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 && (
|
||||
|
|
|
|||
Loading…
Reference in New Issue