|
@@ -83,7 +83,7 @@ const LockForm = props => {
|
|
|
<Divider style={{ margin: '12px 0' }} />
|
|
<Divider style={{ margin: '12px 0' }} />
|
|
|
<Col span={6}>客户</Col>
|
|
<Col span={6}>客户</Col>
|
|
|
<Col span={18}>
|
|
<Col span={18}>
|
|
|
- <span className="textPurple text-hex-967bbd" onClick={handleCompanyClick}>
|
|
|
|
|
|
|
+ <span className="textPurple text-hex-967bbd cursor-pointer" onClick={handleCompanyClick}>
|
|
|
{longle.customerName}
|
|
{longle.customerName}
|
|
|
</span>
|
|
</span>
|
|
|
</Col>
|
|
</Col>
|