Commit 0b989129 authored by youjie's avatar youjie

no message

parent b8b2438f
...@@ -440,7 +440,8 @@ ...@@ -440,7 +440,8 @@
</el-table> </el-table>
<div style="padding-bottom:15px"> <div style="padding-bottom:15px">
<el-pagination background @current-change="handleCurrentChanges" <el-pagination background @current-change="handleCurrentChanges"
layout="total,prev, pager, next, jumper" :page-size="msg.pageSize" :total='total'> layout="total,prev, pager, next, jumper" :page-size="msg.pageSize"
:current-page.sync="currentPage" :total='total'>
</el-pagination> </el-pagination>
</div> </div>
</div> </div>
......
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