Commit 3bcf36d2 authored by youjie's avatar youjie

no message

parent 41d04b6c
...@@ -407,8 +407,6 @@ ...@@ -407,8 +407,6 @@
<OrderList :pagesTitle="Title" :OrderList="OrderList" :msgObj="msg" <OrderList :pagesTitle="Title" :OrderList="OrderList" :msgObj="msg"
:changePriceOuterVisible="changePriceOuterVisible" v-loading="loading" :changePriceOuterVisible="changePriceOuterVisible" v-loading="loading"
@success="msg.pageIndex=1,msg2.pageIndex=1,GetList()"> </OrderList> @success="msg.pageIndex=1,msg2.pageIndex=1,GetList()"> </OrderList>
<div v-if="OrderList&&OrderList.length==0" style="text-align: center;padding: 100px;">
{{$t('system.content_noData')}}</div>
<el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'&&pagesTitle!='查看'" background <el-pagination v-if="OrderList&&OrderList.length>0&&pagesTitle!='审核'&&pagesTitle!='查看'" background
@current-change="handleCurrentChange" :current-page.sync="currentPage" layout="total,prev, pager, next, jumper" @current-change="handleCurrentChange" :current-page.sync="currentPage" layout="total,prev, pager, next, jumper"
:page-size="msg.pageSize" :total="total"> :page-size="msg.pageSize" :total="total">
......
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