소스 검색

审核现价显示修改

wolyshaw 4 년 전
부모
커밋
e6216ecddc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/resetTeaming/modals/review-detail.vue

+ 1 - 1
src/views/resetTeaming/modals/review-detail.vue

@@ -116,7 +116,7 @@
         </template>
         <template slot-scope="scope">
           <div>
-            {{ (scope.row.courseCurrentPrice) | moneyFormat }}
+            {{ (musicGroupPaymentCalenders[0].paymentType === 'SPAN_GROUP_CLASS_ADJUST' ? scope.row.masterSubCoursePrice : scope.row.courseCurrentPrice) | moneyFormat }}
           </div>
         </template>
       </el-table-column>