|
@@ -55,7 +55,7 @@
|
|
|
>
|
|
|
<el-table-column type="selection" width="55"></el-table-column>
|
|
|
<el-table-column prop="name" sort-by="name_" label="险种" width="180"></el-table-column>
|
|
|
- <el-table-column prop="cutOffTime" sort-by="cut_off_time" label="每月截止时间" width="180"></el-table-column>
|
|
|
+ <el-table-column prop="cutOffTime" sort-by="cut_off_time" label="每月截止日期" width="180"></el-table-column>
|
|
|
<el-table-column
|
|
|
prop="insuranceDescription"
|
|
|
sort-by="insurance_description"
|
|
@@ -160,6 +160,10 @@ export default {
|
|
|
},
|
|
|
pageSizeChange(pageSize) {
|
|
|
this.pageSize = pageSize;
|
|
|
+
|
|
|
+ this.$nextTick(()=>{
|
|
|
+ this.changePage(this.pageIndex);
|
|
|
+ });
|
|
|
},
|
|
|
sortChange(data) {
|
|
|
this.field = data.column.field;
|