Explorar o código

fix: 软件锁锁号样式调整和客户显示

outaozhen %!s(int64=5) %!d(string=hai) anos
pai
achega
c71b156d9c

+ 3 - 3
src/pages/Product/Lock/Lockstore/components/LocksDetail/Form.jsx

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