5 changed files with 27 additions and 33 deletions
@ -0,0 +1,19 @@ |
|||
<template> |
|||
<div> |
|||
|
|||
<Row> |
|||
<Col span="24"> |
|||
<Card> |
|||
<!-- 用户列表 --> |
|||
<div> |
|||
<Table :loading="listLoading" :columns="columnsList" :data="tableData" stripe disabled-hover></Table> |
|||
</div> |
|||
<div class="margin-top-15" style="text-align: center"> |
|||
<Page :total="tableShow.listCount" :current="tableShow.currentPage" :page-size="tableShow.pageSize" @on-change="changePage" @on-page-size-change="changeSize" show-elevator show-sizer show-total></Page> |
|||
</div> |
|||
</Card> |
|||
</Col> |
|||
</Row> |
|||
|
|||
</div> |
|||
</template> |
|||
Loading…
Reference in new issue