Commit a347d150 authored by youjie's avatar youjie

no message

parent 66c1fcd2
...@@ -349,11 +349,11 @@ ...@@ -349,11 +349,11 @@
<div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div> <div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">暂无数据</div>
<el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'" background <el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'" background
@current-change="handleCurrentChange" :current-page.sync="currentPage" @current-change="handleCurrentChange" :current-page.sync="currentPage"
layout="total,prev, pager, next, jumper" page-size="15" :total="total"> layout="total,prev, pager, next, jumper" :page-size="15" :total="total">
</el-pagination> </el-pagination>
<el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle=='审核'" background <el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle=='审核'" background
@current-change="handleCurrentChange2" :current-page.sync="currentPage2" @current-change="handleCurrentChange2" :current-page.sync="currentPage2"
layout="total,prev, pager, next, jumper" page-size="15" :total=total2> layout="total,prev, pager, next, jumper" :page-size="15" :total=total2>
</el-pagination> </el-pagination>
</div> </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