Commit 750d80d1 by lichengming

修改了价格计算

parent 87b2e527
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
<div v-if="item.key==='quantity'" @click.stop="_handleRow(scope)" > <div v-if="item.key==='quantity'" @click.stop="_handleRow(scope)" >
<el-input <el-input
v-model="scope.row.quantity" v-model="scope.row.quantity"
@blur="_quantityChange(scope.$rowIndex)" @input="_quantityChange(scope.$rowIndex)"
@keydown.native="channelInputLimit" @keydown.native="channelInputLimit"
type="number" type="number"
placeholder="请输入或选择数量" placeholder="请输入或选择数量"
......
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