Commit dfc9d0e2 authored by youjie's avatar youjie

no message

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