回滚分成
This commit is contained in:
parent
d8726801c7
commit
39aadaf855
|
@ -8,7 +8,7 @@
|
|||
>
|
||||
<el-form :model="form" :rules="rules" ref="form" label-width="6em" v-loading="loading" size="small">
|
||||
<el-form-item label="退款金额" prop="amount">
|
||||
<el-input-number v-model="form.amount" :min="0" :max="canRefundAmount" placeholder="请输入退款金额" :precision="2" style="width: 100%;" />
|
||||
<el-input-number v-model="form.amount" :min="0" placeholder="请输入退款金额" :precision="2" style="width: 100%;" />
|
||||
</el-form-item>
|
||||
<el-form-item label="退款原因" prop="reason">
|
||||
<el-input v-model="form.reason" type="textarea" placeholder="请输入退款原因" show-word-limit maxlength="200" />
|
||||
|
|
Loading…
Reference in New Issue
Block a user