傅行帆 5 年前
父节点
当前提交
1d789c7b61

+ 1
- 0
src/components/XForm/ImageListUpload.jsx 查看文件

@@ -77,6 +77,7 @@ class ImageListUpload extends React.Component {
77 77
       <div className="clearfix">
78 78
         <Upload
79 79
           listType="picture-card"
80
+          multiple={true}
80 81
           fileList={fileList}
81 82
           onPreview={this.handlePreview}
82 83
           onChange={this.handleChange}

+ 3
- 3
src/pages/building/list/add/components/base.jsx 查看文件

@@ -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}}/>)}

+ 7
- 0
src/pages/carouselFigure/editCarousel.jsx 查看文件

@@ -348,6 +348,13 @@ const { MonthPicker, RangePicker, WeekPicker } = DatePicker;
348 348
           }],
349 349
           value: data.status != null ? data.status : 1,
350 350
         },
351
+        {
352
+          label: '权重',
353
+          name: 'orderNo',
354
+          type: FieldTypes.Number,
355
+          value: data.orderNo,
356
+          help: "数值越大越靠前",
357
+        },
351 358
       ]
352 359
 
353 360
       const handleSubmit = val => {

+ 7
- 0
src/pages/carouselFigure/propaganda.jsx 查看文件

@@ -316,6 +316,13 @@ import LiveGroup from './LiveGroup';
316 316
         },],
317 317
         value: data.status != null ? data.status : 1,
318 318
       },
319
+      {
320
+        label: '权重',
321
+        name: 'orderNo',
322
+        type: FieldTypes.Number,
323
+        value: data.orderNo,
324
+        help: "数值越大越靠前",
325
+      },
319 326
     ]
320 327
 
321 328
     const handleSubmit = val => {