Commit 4e56c073 authored by Mac's avatar Mac

1

parent f18b2db8
......@@ -506,6 +506,11 @@
</template>
</el-table-column>
</el-table>
<div style="padding-bottom:15px">
<el-pagination background @current-change="handleCurrentChanges" layout="total,prev, pager, next, jumper"
:page-size="pageSize" :total='total'>
</el-pagination>
</div>
</div>
</div>
</template>
......@@ -875,6 +880,8 @@
showID:false,
active:1,
userId:0,
colorSon:"#f5f5f5",
msg:{
pageIndex:1,
pageSize:5,
......
......@@ -536,6 +536,11 @@
>
<!-- 多个排序 -->
</v-table>
<div style="padding-bottom:15px">
<el-pagination background @current-change="handleCurrentChanges" layout="total,prev, pager, next, jumper"
:page-size="msg.pageSize" :total='total'>
</el-pagination>
</div>
</div>
<el-dialog
custom-class="w750"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment