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