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