Commit c3bd613a authored by lihui's avatar lihui

fix: bug 8-2

parent 7c11ce9f
...@@ -321,7 +321,6 @@ ...@@ -321,7 +321,6 @@
:key="index" :key="index"
> >
<el-row> <el-row>
{{item}}
<el-checkbox <el-checkbox
class="check-wrap" class="check-wrap"
v-model="item.refundedGoodsSel" v-model="item.refundedGoodsSel"
...@@ -344,7 +343,7 @@ ...@@ -344,7 +343,7 @@
></el-input-number> ></el-input-number>
</el-row> </el-row>
<el-row> <el-row>
退款金额(可退金额{{ item.payment }}元): 退款金额(可退金额{{ item.amountToRefund }}元):
<el-input <el-input
v-model="item.amountToRefund" v-model="item.amountToRefund"
style="width: 150px" style="width: 150px"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment