Commit 740242ea authored by renjintao's avatar renjintao

on-change

parent 8e266be1
......@@ -26,11 +26,11 @@
:max="row.totalCount"
:min="0"
v-model="row.count"
@on-blur="inputChange1(i,row,index)"
@on-change="inputChange1(i,row,index)"
/>
</template>
<template slot-scope="{ row, index }" slot="remarks">
<Input type="text" v-model="row.remark" @on-blur="inputChange1(i,row,index)" />
<Input type="text" v-model="row.remark" @on-change="inputChange1(i,row,index)" />
</template>
</Table>
</div>
......
......@@ -32,7 +32,7 @@
:max="row.totalCount-row.applicationNumber"
:min="0"
v-model="row.count"
@on-blur="inputChange1(i,row,index)"
@on-change="inputChange1(i,row,index)"
:disabled="row._disabled"
/>
</template>
......@@ -40,7 +40,7 @@
<Input
type="text"
v-model="row.remark"
@on-blur="inputChange1(i,row,index)"
@on-change="inputChange1(i,row,index)"
:disabled="row._disabled"
/>
</template>
......
......@@ -40,7 +40,7 @@
:max="row.nowTotal"
:min="0"
v-model="row.count"
@on-blur="inputChange(row,index)"
@on-change="inputChange(row,index)"
/>
</template>
</Table>
......
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