Tang 3 жил өмнө
parent
commit
47cc36680a

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

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