Tang 3 лет назад
Родитель
Сommit
47cc36680a
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      src/views/Marketing/order/offlineOrder/orderDetailsT/index.vue

+ 2 - 2
src/views/Marketing/order/offlineOrder/orderDetailsT/index.vue

@@ -217,14 +217,14 @@ export default {
         },
         {
           label: "商品标准价格",
-          prop: "orderPrice",
+          prop: "goodsPrice",
           hidden: true,
           scope: "leftCh",
           ch: "¥",
         },
         {
           label: "商品成交价格",
-          prop: "payPrice",
+          prop: "goodsRealPrice",
           hidden: true,
           scope: "leftCh",
           ch: "¥",