This commit is contained in:
@fawn-nine
2023-10-27 17:19:34 +08:00
parent acafce7c6b
commit f15ee27255

View File

@@ -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>
<!-- 订单商品 -->