Explorar el Código

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

ylong hace 7 meses
padre
commit
a7fde57488
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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,