Commit 4e56c073 authored by Mac's avatar Mac

1

parent f18b2db8
...@@ -506,6 +506,11 @@ ...@@ -506,6 +506,11 @@
</template> </template>
</el-table-column> </el-table-column>
</el-table> </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>
</div> </div>
</template> </template>
...@@ -875,6 +880,8 @@ ...@@ -875,6 +880,8 @@
showID:false, showID:false,
active:1, active:1,
userId:0, userId:0,
colorSon:"#f5f5f5",
msg:{ msg:{
pageIndex:1, pageIndex:1,
pageSize:5, pageSize:5,
......
...@@ -536,6 +536,11 @@ ...@@ -536,6 +536,11 @@
> >
<!-- 多个排序 --> <!-- 多个排序 -->
</v-table> </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> </div>
<el-dialog <el-dialog
custom-class="w750" 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