|
@@ -583,12 +583,12 @@ function AddBuilding(props) {
|
583
|
583
|
{getFieldDecorator('preSalePermit')(
|
584
|
584
|
<ImageUpload />,
|
585
|
585
|
)}
|
586
|
|
- </Form.Item>
|
587
|
|
- <Form.Item label="项目备注" >
|
588
|
|
- {getFieldDecorator('remark')(
|
|
586
|
+ </Form.Item>*/}
|
|
587
|
+ <Form.Item label="项目亮点" >
|
|
588
|
+ {getFieldDecorator('highlights')(
|
589
|
589
|
<Wangedit />,
|
590
|
590
|
)}
|
591
|
|
- </Form.Item> */}
|
|
591
|
+ </Form.Item>
|
592
|
592
|
<Form.Item style={{ width: '400px', margin: 'auto', display: 'flex', justifyContent: 'space-between' }}>
|
593
|
593
|
<Button type="primary" htmlType="submit">
|
594
|
594
|
确定
|