This commit is contained in:
joylink_zhaoerwei 2023-05-24 15:44:05 +08:00
parent 82b4d671b2
commit 5874e8d81f

View File

@ -96,8 +96,7 @@
</el-table> </el-table>
<el-pagination <el-pagination
:current-page="pagination.currentPage" :current-page="pagination.currentPage"
:page-sizes="[2]" :page-size="2"
:page-size="pagination.pagesize"
:pager-count="8" :pager-count="8"
layout="total, prev, pager, next" layout="total, prev, pager, next"
:total="pagination.total" :total="pagination.total"
@ -140,8 +139,7 @@ export default {
oldShowAlarmMessage:{}, oldShowAlarmMessage:{},
pagination:{ pagination:{
total:1, total:1,
currentPage: 1, currentPage: 1
pagesize: 1
} }
}; };
}, },