Commit 47f349da by 肖康

x

parent bd2fc2d6
...@@ -392,7 +392,7 @@ body { ...@@ -392,7 +392,7 @@ body {
border:0px!important; border:0px!important;
box-shadow: 0px 0px 10px #ccc; box-shadow: 0px 0px 10px #ccc;
.boxxrth2021 { .boxxrth2021 {
width : 280px; width : 150px;
background : #fff; background : #fff;
font-size : 12px; font-size : 12px;
color : #333; color : #333;
...@@ -401,7 +401,7 @@ body { ...@@ -401,7 +401,7 @@ body {
line-height: 28px; line-height: 28px;
span { span {
width: 33.33%; width: 50%;
} }
} }
} }
......
...@@ -63,23 +63,18 @@ ...@@ -63,23 +63,18 @@
</el-table-column> </el-table-column>
<el-table-column prop="stock" label="库存数量" width="150"> <el-table-column prop="stock" label="库存数量" width="150">
</el-table-column> </el-table-column>
<el-table-column prop="cn_delivery_time" label="国内含税价(¥)" width="140"> <el-table-column prop="cn_ladder_price" label="国内含税价(¥)" width="140">
<template slot-scope="scope"> <template slot-scope="scope" v-if="scope.row.cn_ladder_price&&scope.row.cn_ladder_price.length>0">
<div class="price-more"> <div class="price-more">
<el-tooltip placement="bottom" effect="light"> <el-tooltip placement="bottom" effect="light">
<div slot="content"> <div slot="content">
<div class="boxxrth2021"> <div class="boxxrth2021">
<p class="clr"> <p class="clr" v-for="item in scope.row.cn_ladder_price">
<span class="fl">1+</span> <span class="fl">{{item.purchases}}+</span>
<span class="fl">&yen;5465555555</span> <span class="fl">&yen;{{item.price}}</span>
<span class="fl">$5465</span>
</p>
<p class="clr">
<span class="fl">1十大打算+</span>
<span class="fl">&yen;5465</span>
<span class="fl">$5465</span>
</p> </p>
</div> </div>
</div> </div>
<div class="more-search-btn">查看更多</div> <div class="more-search-btn">查看更多</div>
...@@ -91,6 +86,25 @@ ...@@ -91,6 +86,25 @@
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="hk_delivery_time" label="香港交货价($)" width="150"> <el-table-column prop="hk_delivery_time" label="香港交货价($)" width="150">
<template slot-scope="scope" v-if="scope.row.hk_delivery_time&&scope.row.hk_delivery_time.length>0">
<div class="price-more">
<el-tooltip placement="bottom" effect="light">
<div slot="content">
<div class="boxxrth2021">
<p class="clr" v-for="item in scope.row.hk_delivery_time">
<span class="fl">{{item.purchases}}+</span>
<span class="fl">&yen;{{item.price}}</span>
</p>
</div>
</div>
<div class="more-search-btn">查看更多</div>
</el-tooltip>
</div>
</template>
</el-table-column> </el-table-column>
<el-table-column prop="cn_delivery_time" label="大陆交期" width="150"> <el-table-column prop="cn_delivery_time" label="大陆交期" width="150">
</el-table-column> </el-table-column>
......
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 sign in to comment