xujing 4 vuotta sitten
vanhempi
commit
d280a5a38f
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      src/pages/fundManagement/components/Refund.jsx

+ 1
- 1
src/pages/fundManagement/components/Refund.jsx Näytä tiedosto

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