微调
This commit is contained in:
parent
82b4d671b2
commit
5874e8d81f
@ -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
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user