Your Name 3 anni fa
parent
commit
c5be5ece89
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  1. 2
    2
      src/pages/building/Edit/Basic/index.jsx

+ 2
- 2
src/pages/building/Edit/Basic/index.jsx Vedi File

432
             rules: [{ max: 30, message: '不超过30个字' }]
432
             rules: [{ max: 30, message: '不超过30个字' }]
433
           })(<Input placeholder="不超过30个字" />)}
433
           })(<Input placeholder="不超过30个字" />)}
434
         </Form.Item>
434
         </Form.Item>
435
-        <Form.Item label="预售许可证" >
435
+        {/* <Form.Item label="预售许可证" >
436
           {getFieldDecorator('preSalePermit')(
436
           {getFieldDecorator('preSalePermit')(
437
             <ImageUpload />,
437
             <ImageUpload />,
438
           )}
438
           )}
439
-        </Form.Item>
439
+        </Form.Item> */}
440
 
440
 
441
         <Form.Item label=" " colon={false}>
441
         <Form.Item label=" " colon={false}>
442
           <Button style={{marginLeft: '6em'}} type="primary" htmlType="submit">
442
           <Button style={{marginLeft: '6em'}} type="primary" htmlType="submit">