|
@@ -114,9 +114,20 @@
|
|
</el-tooltip>
|
|
</el-tooltip>
|
|
</p>
|
|
</p>
|
|
</template>
|
|
</template>
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <div>
|
|
|
|
+ {{ (scope.row.courseCurrentPrice) | moneyFormat }}
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
<el-table-column prop="courseOriginalPrice"
|
|
<el-table-column prop="courseOriginalPrice"
|
|
label="原价(元)">
|
|
label="原价(元)">
|
|
|
|
+
|
|
|
|
+ <template slot-scope="scope">
|
|
|
|
+ <div>
|
|
|
|
+ {{ (musicGroupPaymentCalenders[0].paymentType === 'SPAN_GROUP_CLASS_ADJUST' ? musicGroupPaymentCalenders[0].paymentAmount : scope.row.courseOriginalPrice) | moneyFormat }}
|
|
|
|
+ </div>
|
|
|
|
+ </template>
|
|
</el-table-column>
|
|
</el-table-column>
|
|
</el-table>
|
|
</el-table>
|
|
<el-alert title="缴费周期"
|
|
<el-alert title="缴费周期"
|