.
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
|
||||
<!-- <el-alert title="`该订单下共有 2 条物流信息`" type="info">
|
||||
</el-alert> -->
|
||||
<li class="flexbox deliverBox" style="width: 100%;" v-if="sheetList.length > 0">
|
||||
<!-- <li class="flexbox deliverBox" style="width: 100%;" v-if="sheetList.length > 0">
|
||||
<el-row :gutter="20" style="100%">
|
||||
|
||||
<el-col :md="12" :lg="8" class="item" v-for="(item, index) in sheetList" :key="index">
|
||||
@@ -72,7 +72,7 @@
|
||||
</el-col>
|
||||
|
||||
</el-row>
|
||||
</li>
|
||||
</li> -->
|
||||
|
||||
<li class="line" style="margin:10px 0;"></li>
|
||||
<!-- 订单商品 -->
|
||||
|
||||
Reference in New Issue
Block a user