傅行帆 5 years ago
parent
commit
96b899b12b
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/pages/building/list/add/components/base.jsx

+ 2
- 2
src/pages/building/list/add/components/base.jsx View File

345
               ],
345
               ],
346
             })(<Input />)}
346
             })(<Input />)}
347
           </Form.Item>
347
           </Form.Item>
348
-          <Form.Item label="项目动态" >
349
-            {getFieldDecorator('dynamic')(<Input />)}
348
+          <Form.Item label="项目说明" >
349
+            {getFieldDecorator('dynamic')(<Input placeholder="项目动态等,不超过15个字" maxLength = "15"/>)}
350
           </Form.Item>
350
           </Form.Item>
351
           <Form.Item label="物业类型" >
351
           <Form.Item label="物业类型" >
352
             {getFieldDecorator('propertyType')(
352
             {getFieldDecorator('propertyType')(