@@ -188,6 +188,17 @@
</template>
</el-table-column>
</el-table>
+ <div class="part-page">
+ <el-pagination
+ background
+ layout="total,prev, pager, next"
+ :current-page="current"
+ :total="total"
+ :page-size="size"
+ @current-change="toPage"
+ >
+ </el-pagination>
+ </div>
</div>
</el-dialog>