|
|
|
@ -34,7 +34,7 @@ const tableData = ref([]) |
|
|
|
const projectList = ref([]) |
|
|
|
const projectList = ref([]) |
|
|
|
|
|
|
|
|
|
|
|
const currentPage = ref(1) |
|
|
|
const currentPage = ref(1) |
|
|
|
const pageSize = ref(20) |
|
|
|
const pageSize = ref(15) |
|
|
|
|
|
|
|
|
|
|
|
const total = ref(0) |
|
|
|
const total = ref(0) |
|
|
|
|
|
|
|
|
|
|
|
@ -293,7 +293,7 @@ onBeforeRouteLeave( |
|
|
|
<el-pagination |
|
|
|
<el-pagination |
|
|
|
v-model:current-page="currentPage" |
|
|
|
v-model:current-page="currentPage" |
|
|
|
v-model:page-size="pageSize" |
|
|
|
v-model:page-size="pageSize" |
|
|
|
:page-sizes="[10, 20, 50]" |
|
|
|
:page-sizes="[15, 30, 50]" |
|
|
|
size="small" |
|
|
|
size="small" |
|
|
|
layout="sizes, prev, pager, next" |
|
|
|
layout="sizes, prev, pager, next" |
|
|
|
:total="total" |
|
|
|
:total="total" |
|
|
|
|