Commit 8c728733 authored by 黄媛媛's avatar 黄媛媛

样式的修改

parent 0e395bf5
...@@ -212,6 +212,7 @@ ...@@ -212,6 +212,7 @@
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:page-size="msg.pageSize" :page-size="msg.pageSize"
layout="prev, pager, next" layout="prev, pager, next"
:current-page.sync="msg.pageIndex"
:total="total"> :total="total">
</el-pagination> </el-pagination>
</div> </div>
...@@ -694,6 +695,7 @@ export default { ...@@ -694,6 +695,7 @@ export default {
this.msg.GoodsStatus=0; this.msg.GoodsStatus=0;
this.msg.IsSelectSellOut=1; this.msg.IsSelectSellOut=1;
} }
this.msg.pageIndex=1
this.getList(); this.getList();
}, },
Delete(item){ Delete(item){
......
...@@ -88,6 +88,7 @@ ...@@ -88,6 +88,7 @@
background background
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:page-size="msg.pageSize" :page-size="msg.pageSize"
:current-page.sync="msg.pageIndex"
layout="prev, pager, next" layout="prev, pager, next"
:total="total"> :total="total">
</el-pagination> </el-pagination>
...@@ -221,6 +222,7 @@ ...@@ -221,6 +222,7 @@
}, },
handleClick(val){ handleClick(val){
this.msg.AuditStatus=val.$attrs.dataId; this.msg.AuditStatus=val.$attrs.dataId;
this.msg.pageIndex=1
this.getList(); this.getList();
}, },
......
...@@ -93,7 +93,9 @@ ...@@ -93,7 +93,9 @@
<div class="app-order-body"> <div class="app-order-body">
<div class="goods-item" style="width: 55%;"> <div class="goods-item" style="width: 55%;">
<div v-for="(list,index2) in item.DetailList" :key="index2" class="goods"> <div v-for="(list,index2) in item.DetailList" :key="index2" class="goods">
<img :src="getIconLink(list.CoverImagePath)" class="goods-image"> <!-- <img :src="getIconLink(list.CoverImagePath)" class="goods-image"> -->
<el-image :src="getIconLink(list.CoverImagePath)" class="goods-image" :preview-src-list="[getIconLink(list.CoverImagePath)]"></el-image>
<div flex="dir:left"> <div flex="dir:left">
<div class="goods-info"> <div class="goods-info">
<div class="goods-name"> <div class="goods-name">
...@@ -185,6 +187,7 @@ ...@@ -185,6 +187,7 @@
background background
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:page-size="msg.pageSize" :page-size="msg.pageSize"
:current-page.sync="msg.pageIndex"
layout="prev, pager, next" layout="prev, pager, next"
:total="total"> :total="total">
</el-pagination> </el-pagination>
...@@ -346,6 +349,7 @@ export default { ...@@ -346,6 +349,7 @@ export default {
handleClick(val){ handleClick(val){
let dataId=val.$attrs.dataId; let dataId=val.$attrs.dataId;
this.msg.OrderType=dataId; this.msg.OrderType=dataId;
this.msg.pageIndex=1
this.getList(); this.getList();
}, },
......
...@@ -85,7 +85,7 @@ ...@@ -85,7 +85,7 @@
<div class="app-order-body"> <div class="app-order-body">
<div class="goods-item" style="width: 50%;"> <div class="goods-item" style="width: 50%;">
<div class="goods"> <div class="goods">
<img :src="getIconLink(item.OrderDetailModel.CoverImagePath)" class="goods-image"> <el-image :src="getIconLink(item.OrderDetailModel.CoverImagePath)" class="goods-image" :preview-src-list="[getIconLink(item.OrderDetailModel.CoverImagePath)]"></el-image>
<div flex="dir:left"> <div flex="dir:left">
<div class="goods-info"> <div class="goods-info">
<div class="goods-name"> <div class="goods-name">
...@@ -187,6 +187,7 @@ ...@@ -187,6 +187,7 @@
background background
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:page-size="msg.pageSize" :page-size="msg.pageSize"
:current-page.sync="msg.pageIndex"
layout="prev, pager, next" layout="prev, pager, next"
:total="total"> :total="total">
</el-pagination> </el-pagination>
...@@ -837,6 +838,7 @@ export default { ...@@ -837,6 +838,7 @@ export default {
handleClick(val){ handleClick(val){
let dataId=val.$attrs.dataId; let dataId=val.$attrs.dataId;
this.msg.SelectStatus=dataId; this.msg.SelectStatus=dataId;
this.msg.pageIndex=1
this.getList(); this.getList();
}, },
......
...@@ -116,7 +116,7 @@ ...@@ -116,7 +116,7 @@
<div class="app-order-body"> <div class="app-order-body">
<div class="goods-item" style="width: 55%;"> <div class="goods-item" style="width: 55%;">
<div v-for="(list,index2) in item.DetailList" :key="index2" class="goods"> <div v-for="(list,index2) in item.DetailList" :key="index2" class="goods">
<img :src="list.CoverImagePath" class="goods-image"> <el-image :src="list.CoverImagePath" class="goods-image" :preview-src-list="[list.CoverImagePath]"></el-image>
<div flex="dir:left"> <div flex="dir:left">
<div class="goods-info"> <div class="goods-info">
<div class="goods-name"> <div class="goods-name">
...@@ -269,7 +269,7 @@ ...@@ -269,7 +269,7 @@
</div> </div>
</el-card> </el-card>
</div> </div>
<el-pagination style="text-align:right" background @current-change="handleCurrentChange" <el-pagination style="text-align:right" background @current-change="handleCurrentChange" :current-page.sync="msg.pageIndex"
:page-size="msg.pageSize" layout="prev, pager, next" :total="total"> :page-size="msg.pageSize" layout="prev, pager, next" :total="total">
</el-pagination> </el-pagination>
</div> </div>
...@@ -1206,6 +1206,7 @@ ...@@ -1206,6 +1206,7 @@
this.msg.OrderStatus = 0; this.msg.OrderStatus = 0;
this.msg.Recycled = 1; this.msg.Recycled = 1;
} }
this.msg.pageIndex=1
this.getList(); this.getList();
}, },
......
...@@ -146,6 +146,7 @@ ...@@ -146,6 +146,7 @@
background background
@current-change="handleCurrentChange" @current-change="handleCurrentChange"
:page-size="msg.pageSize" :page-size="msg.pageSize"
:current-page.sync="msg.pageIndex"
layout="prev, pager, next" layout="prev, pager, next"
:total="count"> :total="count">
</el-pagination> </el-pagination>
...@@ -329,6 +330,7 @@ ...@@ -329,6 +330,7 @@
} }
}, },
handleClick2(){ handleClick2(){
this.msg.pageIndex=1
this.getDataList(true) this.getDataList(true)
}, },
fun_date(num){ fun_date(num){
......
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