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