@@ -131,6 +131,18 @@
</template>
</el-table-column>
</el-table>
+ <div class="page pull-right">
+ <el-pagination
+ v-if="paginationShow"
+ @current-change="handleSettingCurrentChange"
+ @size-change="handleSizeChange"
+ :current-page="currentPage"
+ :page-size="pageSize"
+ :page-sizes="[10, 20, 50, 100]"
+ layout="total, sizes, prev, pager, next, jumper"
+ :total="total"
+ ></el-pagination>
+ </div>
</el-col>
</el-row>
</el-main>