zlisen 3 years ago
parent
commit
2751e3a8c2
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/pages/activity/lookHouseActivity/edit/Basic.jsx

+ 1
- 0
src/pages/activity/lookHouseActivity/edit/Basic.jsx View File

232
             ],
232
             ],
233
           })(<Input type="number" min={1} />)}
233
           })(<Input type="number" min={1} />)}
234
         </Form.Item> */}
234
         </Form.Item> */}
235
+        <Form.Item label="活动价">{getFieldDecorator('groupBuyPrice')(<Input />)}</Form.Item>
235
         <Form.Item label="活动详情">{getFieldDecorator('desc')(<Wangedit />)}</Form.Item>
236
         <Form.Item label="活动详情">{getFieldDecorator('desc')(<Wangedit />)}</Form.Item>
236
         <Form.Item label="报名时间">
237
         <Form.Item label="报名时间">
237
           {getFieldDecorator('signupTime', {
238
           {getFieldDecorator('signupTime', {