src/components/makepager/TableCommonView.vue
@@ -22,6 +22,7 @@ <el-table-column v-if="tableList.selectBox" type="selection" width="40" :selectable="selectable"> </el-table-column> <el-table-column v-if="tableList.selectIndex" type="index" label="序号" width="50"></el-table-column> <slot name="tableLeft" /> <el-table-column v-for="(item, i) in tableList.tableColumn" :key="i"