소스 검색

订单价格修改

zhanghe 7 년 전
부모
커밋
1d5de8341d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/routes/Order/Add/index.js

+ 1 - 1
src/routes/Order/Add/index.js

@@ -472,7 +472,7 @@ export default class CreateOrder extends Component {
           );
         // 课程包里的配套(显示价格和数量)
         } else if (!row.options && row.type === Codes.CODE_SUPPORT) {
-          return `¥${row.price1} / ${row.chargeUnit}`;
+          return `¥${row.price2} / ${row.chargeUnit}`;
         }
       },
       width: '13%',