|
@@ -69,7 +69,7 @@
|
|
@size-change="handleSizeChange"
|
|
@size-change="handleSizeChange"
|
|
@current-change="handleCurrentChange"
|
|
@current-change="handleCurrentChange"
|
|
:current-page="current"
|
|
:current-page="current"
|
|
- :page-sizes="[6, 8, 10, 20, 50, 100]"
|
|
|
|
|
|
+ :page-sizes="[6, 8, 10, 20, 50, 100,300,500,1000,3000,5000,8000]"
|
|
:page-size="pagesize"
|
|
:page-size="pagesize"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
layout="total, sizes, prev, pager, next, jumper"
|
|
:total="total">
|
|
:total="total">
|
|
@@ -91,7 +91,7 @@ import XLSX from "xlsx";
|
|
customeRecTimeListTable:[],
|
|
customeRecTimeListTable:[],
|
|
hightt:'0px',
|
|
hightt:'0px',
|
|
current: 1,
|
|
current: 1,
|
|
- pagesize: 8,
|
|
|
|
|
|
+ pagesize: 3000,
|
|
total:''
|
|
total:''
|
|
}
|
|
}
|
|
},
|
|
},
|