|
@@ -11,8 +11,12 @@
|
|
<i class="el-icon-location"></i>
|
|
<i class="el-icon-location"></i>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="22">
|
|
<el-col :span="22">
|
|
- <p>{{ address.name }},{{ address.phone }}</p>
|
|
|
|
- <p>{{ address.province }} , {{ address.city }} , {{ address.area }} , {{ address.address }}</p>
|
|
|
|
|
|
+ <el-col>
|
|
|
|
+ <p>{{ address.name }},{{ address.phone }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col>
|
|
|
|
+ <p>{{ address.province }} , {{ address.city }} , {{ address.area }} , {{ address.address }}</p>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="24" class="shop"> <i class="el-icon-s-shop"></i>{{ shop.name }}</el-col>
|
|
<el-col :span="24" class="shop"> <i class="el-icon-s-shop"></i>{{ shop.name }}</el-col>
|
|
@@ -21,13 +25,21 @@
|
|
<el-col :span="6"><el-image :src="item.goods.file[0].url"></el-image></el-col>
|
|
<el-col :span="6"><el-image :src="item.goods.file[0].url"></el-image></el-col>
|
|
<el-col :span="18">
|
|
<el-col :span="18">
|
|
<el-col :span="12">
|
|
<el-col :span="12">
|
|
- <p>{{ item.goods.name }}</p>
|
|
|
|
- <p>规格:{{ item.name }}</p>
|
|
|
|
|
|
+ <el-col>
|
|
|
|
+ <p>{{ item.goods.name }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col>
|
|
|
|
+ <p>规格:{{ item.name }}</p>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
<el-col :span="12" class="money">
|
|
<el-col :span="12" class="money">
|
|
- <p v-if="form.type == '0'">¥{{ item.sell_money }}</p>
|
|
|
|
- <p v-else-if="form.type == '1'">¥{{ item.group_config.money }}</p>
|
|
|
|
- <p>X{{ item.buy_num }}</p>
|
|
|
|
|
|
+ <el-col>
|
|
|
|
+ <p v-if="form.type == '0'">¥{{ item.sell_money }}</p>
|
|
|
|
+ <p v-else-if="form.type == '1'">¥{{ item.group_config.money }}</p>
|
|
|
|
+ </el-col>
|
|
|
|
+ <el-col>
|
|
|
|
+ <p>X{{ item.buy_num }}</p>
|
|
|
|
+ </el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|
|
</el-col>
|