Browse Source

fix: 联系人、单位名称修改

outaozhen 5 years atrás
parent
commit
4865e303a1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/pages/Product/Lock/Lockstore/components/LocksDetail/Form.jsx

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

@@ -128,14 +128,14 @@ const LockForm = props => {
         <Col span={6}>负责人</Col>
         <Col span={18}>{longle.responsible}</Col>
         <Divider style={{ margin: '12px 0' }} />
-        <Col span={6}>客户</Col>
+        <Col span={6}>单位名称</Col>
         <Col span={18}>
           <span className="textPurple text-hex-967bbd cursor-pointer" onClick={handleCompanyClick}>
             {longle.customerName}
           </span>
         </Col>
         <Divider style={{ margin: '12px 0' }} />
-        <Col span={6}>联系人</Col>
+        <Col span={6}>客户</Col>
         <Col span={18}>
           <ChangeClient dataSource={changeCopInputData} />
         </Col>