Sfoglia il codice sorgente

修改订单详情的不展开时显示加价

ylong 7 mesi fa
parent
commit
a7fde57488
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/views/recycleOrder/detail/order-book-list.vue

+ 1 - 0
src/views/recycleOrder/detail/order-book-list.vue

@@ -277,6 +277,7 @@
             list.forEach((item) => {
                 processedList.push({
                     ...item,
+                    isupSell: !!item.upsellPrice,
                     _index: 0,
                     _groupIndex: processedList.length,
                     _isFirstRow: true,