Merge branch 'master' of http://yun.pashanhoo.com:9090/bdc/bdcjg-web
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -39,7 +39,7 @@ | ... | @@ -39,7 +39,7 @@ |
39 | 39 | ||
40 | <br> | 40 | <br> |
41 | <el-pagination class="lb-table-pagination" v-if="pagination" v-bind="$attrs" v-on="$listeners" background | 41 | <el-pagination class="lb-table-pagination" v-if="pagination" v-bind="$attrs" v-on="$listeners" background |
42 | :page-sizes="[10, 20, 50, 100]" layout="total, sizes, prev, pager, next" @current-change="paginationCurrentChange" | 42 | layout="total, prev, pager, next" @current-change="paginationCurrentChange" |
43 | :style="{ 'margin-top': paginationTop, 'text-align': paginationAlign }"> | 43 | :style="{ 'margin-top': paginationTop, 'text-align': paginationAlign }"> |
44 | </el-pagination> | 44 | </el-pagination> |
45 | </div> | 45 | </div> | ... | ... |
-
Please register or sign in to post a comment