|
@@ -74,7 +74,7 @@ class TypeForm extends React.Component {
|
74
|
74
|
{getFieldDecorator('status')(<Input disabled />)}
|
75
|
75
|
</Form.Item>
|
76
|
76
|
<Form.Item label="价格">
|
77
|
|
- {getFieldDecorator('price')(<Input type="number" placeholder="元/㎡" onChange={e => this.onChange(e, 'price')} />)}
|
|
77
|
+ {getFieldDecorator('price')(<Input placeholder="元/㎡" maxLength="9" onChange={e => this.onChange(e, 'price')} />)}
|
78
|
78
|
</Form.Item>
|
79
|
79
|
<Form.Item label="装修标准">
|
80
|
80
|
{getFieldDecorator('decoration')(<Input onChange={e => this.onChange(e, 'decoration')} />)}
|