fix: 更改订单列表的冲突

This commit is contained in:
wwz
2025-04-02 17:22:05 +08:00
7 changed files with 113 additions and 36 deletions

View File

@@ -52,7 +52,7 @@
<span :class="[item.isVip == 1 ? 'colorStyle' : '']">
{{ item.productName }}
</span>
<span v-if="item.refundNumber" class="refund">(退 - {{ item.refundNumber }})</span>
<span v-if="item.refundNum" class="refund">(退 - {{ item.refundNum }})</span>
</div>
<div class="sku">{{ item.skuName }}</div>
</div>
@@ -63,7 +63,7 @@
<div>
<p>
名称
<el-tag type="primary">{{ scope.row.tableName }}</el-tag>
<el-tag type="primary">{{ scope.row.tableName || "无" }}</el-tag>
</p>
<p v-if="scope.row.tableCode">编号{{ scope.row.tableCode }}</p>
</div>