|
@@ -276,12 +276,13 @@
|
|
show-overflow-tooltip
|
|
show-overflow-tooltip
|
|
>
|
|
>
|
|
<template slot-scope="scope">
|
|
<template slot-scope="scope">
|
|
|
|
+ <!-- @blur="setDataQty($event,scope.row)" -->
|
|
|
|
+
|
|
<el-input
|
|
<el-input
|
|
-
|
|
|
|
|
|
+
|
|
class="inpt"
|
|
class="inpt"
|
|
v-model.number="scope.row.dataQty"
|
|
v-model.number="scope.row.dataQty"
|
|
size="mini"
|
|
size="mini"
|
|
- @blur="setDataQty($event,scope.row)"
|
|
|
|
clearable
|
|
clearable
|
|
></el-input>
|
|
></el-input>
|
|
</template>
|
|
</template>
|