Tang 3 년 전
부모
커밋
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: "¥",