|
@@ -232,7 +232,7 @@ class ModalImage extends React.Component {
|
232
|
232
|
<Form.Item label="面积" help="单位 ㎡">
|
233
|
233
|
{getFieldDecorator('buildingArea')(<Input type="number" precision = '2' min='0.00' step='0.01'/>)}
|
234
|
234
|
</Form.Item>
|
235
|
|
- <Form.Item label="套内面积" help="单位 ㎡">
|
|
235
|
+ <Form.Item label="使用面积" help="单位 ㎡">
|
236
|
236
|
{getFieldDecorator('insideArea')(<Input type="number" precision = '2' min='0.00' step='0.01'/>)}
|
237
|
237
|
</Form.Item>
|
238
|
238
|
<Form.Item style={{ width: '400px', margin: 'auto', display: 'flex', justifyContent: 'space-between' }}>
|