//显示多少个页索引是由:total和:pag._elementui 信息列表页面">
当前位置:   article > 正文

vue+element ui 列表数据分页显示_elementui 信息列表页面

elementui 信息列表页面
  1. <template>
  2. <div class="main-middle">
  3. <div class="main-site" v-if="currentSiteData">
  4. <group-component :style="currentPage.styles" :item="currentPage"></group-component>
  5. //显示多少个页索引是由:total和:page-size共同决定的,:current-page.sync是当前页索引值,,触发onCurrentChange方法时,传的也是这个值。
  6. <div class="pagination-con">
  7. <el-pagination
  8. :page-size="1"
  9. layout="prev, pager, next"
  10. :total="pageLength"
  11. :current-page.sync="currentStart"
  12. @current-change="onCurrentChange">
  13. </el-pagination>
  14. </div>
  15. </div>
  16. </div>
  17. </div>
  18. </template>
  19. <scrip
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Monodyee/article/detail/641974
推荐阅读
相关标签