浏览代码

Merge branch 'five-second-add' of http://120.79.166.78:19005/zhongzheng-edu/saas_entrepot_admin into six

Tang 3 年之前
父节点
当前提交
c4368a10fa
共有 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: "¥",