|
@@ -104,9 +104,9 @@
|
|
|
ref="formData"
|
|
|
:rules="rules">
|
|
|
<el-form-item label="充值金额: " prop="amount">
|
|
|
+ <!-- onkeyup="value=value.replace(/[^\d.]/g,'')" -->
|
|
|
<el-input
|
|
|
v-model="formData.amount"
|
|
|
- onkeyup="value=value.replace(/[^\d.]/g,'')"
|
|
|
@blur="formData.amount = $event.target.value"
|
|
|
style="width:300px"></el-input>
|
|
|
</el-form-item>
|