|
@@ -72,10 +72,10 @@ const CompanyForm = props => {
|
|
|
<Col span={16} className="zh-text-right zh-gray">
|
|
<Col span={16} className="zh-text-right zh-gray">
|
|
|
{customer.staffName} 创建于 {customer.createTime}
|
|
{customer.staffName} 创建于 {customer.createTime}
|
|
|
</Col>
|
|
</Col>
|
|
|
- <Col span={16}>
|
|
|
|
|
|
|
+ <Col span={22}>
|
|
|
<h2 className="text-2xl pb-4">{customer.companyName}</h2>
|
|
<h2 className="text-2xl pb-4">{customer.companyName}</h2>
|
|
|
</Col>
|
|
</Col>
|
|
|
- <Col span={8} />
|
|
|
|
|
|
|
+ <Col span={2} />
|
|
|
</Row>
|
|
</Row>
|
|
|
<EditableForm
|
|
<EditableForm
|
|
|
dataSource={customer}
|
|
dataSource={customer}
|