|
@@ -33,7 +33,7 @@
|
|
<p>规格:{{ good.name }}</p>
|
|
<p>规格:{{ good.name }}</p>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="money">
|
|
<el-col :span="12" class="money">
|
|
- <p>¥{{ good.sell_money }}</p>
|
|
|
|
|
|
+ <!-- <p>¥{{ good.sell_money }}</p> -->
|
|
<p>X{{ good.buy_num }}</p>
|
|
<p>X{{ good.buy_num }}</p>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -54,9 +54,6 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="money">
|
|
<el-col :span="12" class="money">
|
|
- <el-col>
|
|
|
|
- <p>¥{{ item.sell_money }}</p>
|
|
|
|
- </el-col>
|
|
|
|
<el-col>
|
|
<el-col>
|
|
<p>X{{ item.buy_num }}</p>
|
|
<p>X{{ item.buy_num }}</p>
|
|
</el-col>
|
|
</el-col>
|
|
@@ -64,7 +61,7 @@
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="goods bode" v-if="item.is_set == '0'">
|
|
<el-col :span="24" class="goods bode" v-if="item.is_set == '0'">
|
|
- <el-col :span="24">{{ '套装名称' }}</el-col>
|
|
|
|
|
|
+ <el-col :span="24">{{ item.name || '套装名称' }}</el-col>
|
|
<el-col :span="24" v-for="(i, index) in item.goods" :key="index">
|
|
<el-col :span="24" v-for="(i, index) in item.goods" :key="index">
|
|
<el-col :span="6" class="image" v-if="i.goods.file && i.goods.file.length != 0"><el-image :src="i.goods.file[0].url"></el-image></el-col>
|
|
<el-col :span="6" class="image" v-if="i.goods.file && i.goods.file.length != 0"><el-image :src="i.goods.file[0].url"></el-image></el-col>
|
|
<el-col :span="6" class="image" v-else-if="i.url"><el-image :src="i.url"></el-image></el-col>
|
|
<el-col :span="6" class="image" v-else-if="i.url"><el-image :src="i.url"></el-image></el-col>
|
|
@@ -74,25 +71,25 @@
|
|
<el-col :span="24"> 规格:{{ i.spec_name }} </el-col>
|
|
<el-col :span="24"> 规格:{{ i.spec_name }} </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="money">
|
|
<el-col :span="12" class="money">
|
|
- <el-col :span="24" style="color: red; font-size: 20px">
|
|
|
|
- <p>¥{{ i.set_money }}</p>
|
|
|
|
- </el-col>
|
|
|
|
<el-col :span="24"> X{{ i.set_num }} </el-col>
|
|
<el-col :span="24"> X{{ i.set_num }} </el-col>
|
|
<el-col :span="24">
|
|
<el-col :span="24">
|
|
<span class="spanfour" style="color: blue" @click="toUrl(i.goods.url)"> 查看商品来源:{{ i.goods.source }}</span>
|
|
<span class="spanfour" style="color: blue" @click="toUrl(i.goods.url)"> 查看商品来源:{{ i.goods.source }}</span>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
|
|
+ <el-col :span="24" style="text-align: right">
|
|
|
|
+ <el-col :span="24"> {{ i.is_afterSale == true ? '已申请售后' : '未申请售后' }} </el-col>
|
|
|
|
+ <el-col :span="24">{{ i.is_rate == true ? '已评价' : '未评价' }}</el-col>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="24" style="text-align: right">
|
|
|
|
- <el-col :span="24"> {{ item.is_afterSale == true ? '已申请售后' : '未申请售后' }} </el-col>
|
|
|
|
- <el-col :span="24">{{ item.is_rate == true ? '已评价' : '未评价' }}</el-col>
|
|
|
|
|
|
+ <el-col :span="24" class="money">
|
|
|
|
+ <el-col :span="24"> X{{ item.buy_num }} </el-col>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col :span="24" class="bode">
|
|
|
|
+ <el-col :span="6">运费</el-col>
|
|
|
|
+ <el-col :span="18" class="other" v-if="!item.freight == '0'">{{ item.freight }}</el-col>
|
|
|
|
+ <el-col :span="18" class="other" v-else>包邮</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
- </el-col>
|
|
|
|
- <el-col :span="24" class="bode">
|
|
|
|
- <el-col :span="6">运费</el-col>
|
|
|
|
- <el-col :span="18" class="other" v-if="!item.goods.freight == '0'">{{ item.goods.freight }}</el-col>
|
|
|
|
- <el-col :span="18" class="other" v-else>包邮</el-col>
|
|
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|