Browse Source

修改页码

pull/133/head
xuxiaoming 3 years ago
parent
commit
82f9b6d5f2
2 changed files with 3 additions and 1 deletions
  1. +2
    -1
      src/components/Pagination/index.vue
  2. +1
    -0
      src/views/plan/workbench/homePage/beta/predict/index.vue

+ 2
- 1
src/components/Pagination/index.vue View File

@ -3,7 +3,7 @@
<el-pagination
background
layout="total, sizes, prev, pager, next, jumper"
:page-sizes="[10, 20, 30, 50]"
:page-sizes="pagination.pageSizes"
:current-page="pagination.pageNumber"
:page-size="pagination.pageSize"
:total="pagination.total"
@ -25,6 +25,7 @@ export default {
pageNumber: 1,
pageSize: 10,
total: 0,
pageSizes:[10, 20, 30, 50]
},
},
},


+ 1
- 0
src/views/plan/workbench/homePage/beta/predict/index.vue View File

@ -82,6 +82,7 @@ export default {
pageNumber: 1,
pageSize: 10,
total: 0,
pageSizes:[10,50,100,200]
},
batchImport: [],
// isRefreshList: false,


Loading…
Cancel
Save