@@ -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>
</el-table-column>