|
@@ -35,7 +35,7 @@ const LockForm = props => {
|
|
|
<div>
|
|
<div>
|
|
|
<Row>
|
|
<Row>
|
|
|
<Col span={16}>
|
|
<Col span={16}>
|
|
|
- <h2>{longle.keyNum}</h2>
|
|
|
|
|
|
|
+ <h2 className="text-2xl pb-4">{longle.keyNum}</h2>
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col span={8} className="text-right text-gray-500">
|
|
<Col span={8} className="text-right text-gray-500">
|
|
|
{longle.staffName} 创建于 {longle.makeDay}
|
|
{longle.staffName} 创建于 {longle.makeDay}
|
|
@@ -66,8 +66,8 @@ const LockForm = props => {
|
|
|
</Col>
|
|
</Col>
|
|
|
{/* <Col span={18}>{longle.client}</Col> */}
|
|
{/* <Col span={18}>{longle.client}</Col> */}
|
|
|
<Divider />
|
|
<Divider />
|
|
|
- <Col span={6}>公司</Col>
|
|
|
|
|
- <Col span={18} />
|
|
|
|
|
|
|
+ <Col span={6}>客户</Col>
|
|
|
|
|
+ <Col span={18}>{longle.customerName}</Col>
|
|
|
</Row>
|
|
</Row>
|
|
|
</div>
|
|
</div>
|
|
|
)
|
|
)
|