|
@@ -33,7 +33,7 @@ const header = props => {
|
33
|
33
|
<span>{data.contractTemplateName}</span>
|
34
|
34
|
</Form.Item>
|
35
|
35
|
<Form.Item label="合同文件">
|
36
|
|
- <div><a href={data.contractTemplateAddress} style={{ color: '#66B3FF', fontSize: '14px' }}>点击链接查看内容</a></div>
|
|
36
|
+ <div><a href={data.contractTemplateAddress} target='_blank' style={{ color: '#66B3FF', fontSize: '14px' }}>点击链接查看内容</a></div>
|
37
|
37
|
</Form.Item>
|
38
|
38
|
<Form.Item wrapperCol={{ span: 15, offset: 7 }}>
|
39
|
39
|
<div style={{ margin: '0.16rem 0 0.06rem' }}>
|