Commit 7bd1e5cc by 赵月辉

修复申请资源时增加数量但是金额不变的bug

parent 8953c4f4
......@@ -199,7 +199,7 @@
<div class="info-item flex-align-center flex-space-between">
<div class="label">使用数量(个)</div>
<div class="value">
<el-input-number v-model="form.num" :min="0" style="width: 110px"/>
<el-input-number v-model="form.num" :min="0" @change="orderComputerPrice" style="width: 110px"/>
</div>
</div>
</div>
......
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 sign in to comment