Commit dfc9d0e2 authored by youjie's avatar youjie

no message

parent 8098bd52
......@@ -105,7 +105,7 @@
:style="{width:(100/scope.row.subList[index].PriceList.length)+'%'}" class="CostPriceHover">
<el-popover
placement="bottom"
width="400"
width="300"
trigger="hover">
<SamplePriceList
v-if="
......@@ -413,6 +413,7 @@
this.rightCarOpen = false
localStorage.removeItem("editor")
},
// 加入购物车
showOrderSubmitHandler(row,type,index){
this.orderSubmitObj = row
this.orderSubmitItemObj = row.subList[index]
......
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