|
@@ -64,7 +64,7 @@ const SelectContact = props => {
|
64
|
64
|
<Form {...formItemLayout} >
|
65
|
65
|
|
66
|
66
|
<Form.Item label="充值金额" >
|
67
|
|
- {getFieldDecorator('rechargeAmount', {
|
|
67
|
+ {getFieldDecorator('refundAmount', {
|
68
|
68
|
rules: [{ required: true, message: '退款金额不能为空' },
|
69
|
69
|
{ max: 20 }],
|
70
|
70
|
})(<Input type='number' placeholder="支持2位小数" addonAfter="元" />)}
|