|
@@ -6,7 +6,7 @@
|
|
|
</div>
|
|
|
<template v-if="tableData.length">
|
|
|
<div>
|
|
|
- <el-table :data="filteredTableData" :summary-method="getSummaries" :span-method="tableSpanMethod" stripe :show-summary="showSummary" border ref="table" :height="tableHeight ? tableHeight : (minHeight - 8 + 'vh')" class="table infinite-list" style="width: 100%; overflow: auto" @select="selectHandler">
|
|
|
+ <el-table v-el-table-infinite-scroll="load" :data="filteredTableData" :summary-method="getSummaries" :span-method="tableSpanMethod" stripe :show-summary="showSummary" border ref="table" :height="tableHeight ? tableHeight : (minHeight - 8 + 'vh')" class="table infinite-list" style="width: 100%; overflow: auto" @select="selectHandler">
|
|
|
<el-table-column
|
|
|
v-if="selectionEnable"
|
|
|
type="selection"
|
|
@@ -291,7 +291,7 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
load(){
|
|
|
- // alert(1)
|
|
|
+ console.log('分页')
|
|
|
},
|
|
|
changeSelect(data){
|
|
|
this.tableForm[this.tableOptions[data][0].setvalue] = this.tableForm[data];
|