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

样式的修改

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