fix(withDrawalDialog): 提现校验失败问题修复
This commit is contained in:
parent
3cf28c0f97
commit
15ba87852f
|
@ -28,7 +28,7 @@
|
||||||
|
|
||||||
<el-form-item :label="'提现金额'" prop="cashAmount">
|
<el-form-item :label="'提现金额'" prop="cashAmount">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="txform.cashAmount"
|
v-model.number="txform.cashAmount"
|
||||||
:placeholder="'请输入提现金额'"
|
:placeholder="'请输入提现金额'"
|
||||||
type="number"
|
type="number"
|
||||||
clearable
|
clearable
|
||||||
|
|
Loading…
Reference in New Issue