Commit 0b9e3c10 by 刘泽奇

123

parent cd0bcab4
......@@ -123,8 +123,9 @@
</el-table-column> -->
</el-table>
<div class="jdindentlist-list-page">
<el-pagination :hide-on-single-page="hidePage" @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-size="10" background layout="prev, pager, next,jumper" :total="countPage">
<el-pagination :hide-on-single-page="hidePage" @current-change="handleSizeChange()"
:current-page.sync="currentPage" :page-sizes="[10, 20, 30, 40]" :page-size="10" background
layout="prev, pager, next,jumper" :total="countPage">
</el-pagination>
</div>
......@@ -413,8 +414,9 @@
</el-table-column>
</el-table>
<div class="jdindentlist-list-page">
<el-pagination :hide-on-single-page="hidePage" @current-change="handleSizeChange()" :current-page.sync="currentPage"
:page-size="10" background layout="prev, pager, next,jumper" :total="countPage">
<el-pagination :hide-on-single-page="hidePage" @current-change="handleSizeChange()"
:current-page.sync="currentPage" :page-sizes="[10, 20, 30, 40]" :page-size="10" background
layout="prev, pager, next,jumper" :total="countPage">
</el-pagination>
</div>
</div>
......
......@@ -124,7 +124,8 @@
</el-table>
<div class="jdindentlist-list-page">
<el-pagination :hide-on-single-page="hidePage" @current-change="handleSizeChange()"
:current-page.sync="currentPage" :page-size="10" background
:current-page.sync="currentPage" :page-sizes="[10, 20, 30, 40]"
:page-size="10" background
layout="prev, pager, next,jumper" :total="countPage">
</el-pagination>
</div>
......@@ -415,7 +416,8 @@
</el-table>
<div class="jdindentlist-list-page">
<el-pagination :hide-on-single-page="hidePage" @current-change="handleSizeChange()"
:current-page.sync="currentPage" :page-size="10" background
:current-page.sync="currentPage" :page-sizes="[10, 20, 30, 40]"
:page-size="10" background
layout="prev, pager, next,jumper" :total="countPage">
</el-pagination>
</div>
......
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