fix(withDrawalDialog): 提现校验失败问题修复

This commit is contained in:
woody 2025-05-08 14:21:25 +08:00
parent 3cf28c0f97
commit 15ba87852f
1 changed files with 1 additions and 1 deletions

View File

@ -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