Browse Source

Merge branch 'v3.5.1' of http://git.ycjcjy.com/zhiyuxing/estateagents-admin-manager into v3.5.1

weiximei 5 years ago
parent
commit
bd38b5ac8c
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

372
               ],
372
               ],
373
             })(<Input />)}
373
             })(<Input />)}
374
           </Form.Item>
374
           </Form.Item>
375
-          <Form.Item label="项目动态" >
376
-            {getFieldDecorator('dynamic')(<Input />)}
375
+          <Form.Item label="项目说明" >
376
+            {getFieldDecorator('dynamic')(<Input placeholder="项目动态等,不超过15个字" maxLength = "15"/>)}
377
           </Form.Item>
377
           </Form.Item>
378
           <Form.Item label="物业类型" >
378
           <Form.Item label="物业类型" >
379
             {getFieldDecorator('propertyType')(
379
             {getFieldDecorator('propertyType')(