|
@@ -397,7 +397,7 @@ function AddBuilding(props) {
|
397
|
397
|
})(<Input />)}
|
398
|
398
|
</Form.Item>
|
399
|
399
|
<Form.Item label="项目说明" >
|
400
|
|
- {getFieldDecorator('dynamic')(<Input placeholder="项目动态等,不超过15个字" maxLength = "15"/>)}
|
|
400
|
+ {getFieldDecorator('dynamic')(<Input placeholder="项目动态等,不超过30个字" maxLength = "30"/>)}
|
401
|
401
|
</Form.Item>
|
402
|
402
|
<Form.Item label="物业类型" >
|
403
|
403
|
{getFieldDecorator('propertyType')(
|
|
@@ -571,10 +571,10 @@ function AddBuilding(props) {
|
571
|
571
|
{getFieldDecorator('decoration')(<Input />)}
|
572
|
572
|
</Form.Item>
|
573
|
573
|
<Form.Item label="开发商" >
|
574
|
|
- {getFieldDecorator('propertyDeveloper')(<Input placeholder="不超过15个字" maxLength = "15"/>)}
|
|
574
|
+ {getFieldDecorator('propertyDeveloper')(<Input placeholder="不超过30个字" maxLength = "30"/>)}
|
575
|
575
|
</Form.Item>
|
576
|
576
|
<Form.Item label="备案名" >
|
577
|
|
- {getFieldDecorator('recordName')(<Input placeholder="不超过15个字" maxLength = "15"/>)}
|
|
577
|
+ {getFieldDecorator('recordName')(<Input placeholder="不超过30个字" maxLength = "30"/>)}
|
578
|
578
|
</Form.Item>
|
579
|
579
|
<Form.Item label="楼栋总数" >
|
580
|
580
|
{getFieldDecorator('buildingNum')(<Input min={0} type="number" style={{ width: 80}}/>)}
|