二、el-table在ajax分页时支持单页全选和所有页全选 image.png image.png 界面代码: <el-table:data="tableData":height="tableHeight"borderstyle="100%"ref="table"@selection-change="handleSelectionChange"><el-table-columnprop="id"fixedalign="center"><el-table-columntype="selection"width="75"></e...
-- 输入框 --><el-table-columnv-else-if="col.type == 'input'":key="index":label="col.label":width="col.width":align="col.align":prop="col.prop"><templateslot-scope="scope"><el-inputv-model="scope.row[col.prop]"class="input_text_center"/></template></el-table-column><!--...
设置reserve-selection为true,这样才能存储翻页后选中的数据 reserve-selection true:分页回显有效(批删表头不变) false:分页回显无效(批删表头可变) 有空再整理吧~ 详情请见 ->https://blog.csdn.net/qq_32682301/article/details/111320700 如果你也经常使用element-ui 可持续关注Element UI 入坑小结 如果本文对你...