@@ -44,7 +44,7 @@
align="center"
width="90">
<template slot-scope="scope">
- <el-checkbox v-model="scope.row.sel" :checked="scope.row.sel?true:false" true-label="1" false-label="0"></el-checkbox>
+ <el-checkbox v-model="scope.row.sel" :checked="scope.row.sel?true:false" :true-label="1" :false-label="0"></el-checkbox>
</template>
</el-table-column>
<el-table-column