|
@@ -7,13 +7,12 @@
|
|
|
</div>
|
|
|
|
|
|
<div class="section">
|
|
|
- <h2 class="title">器乐练习系统</h2>
|
|
|
+ <h2 class="title">服务</h2>
|
|
|
<p style="font-size: 14px; padding: 2px 0; color: #f85043" v-if="serviceValidDate">服务有效期:{{ serviceValidDate }}</p>
|
|
|
- <el-row class="title-row">
|
|
|
+ <!-- <el-row class="title-row">
|
|
|
<el-col :span="16">服务项目</el-col>
|
|
|
- <!-- <el-col :span="5" :offset="1" style="text-align: right;">原价</el-col> -->
|
|
|
<el-col :span="7" :offset="1" style="text-align: right;">现价</el-col>
|
|
|
- </el-row>
|
|
|
+ </el-row> -->
|
|
|
<!-- 所有不可选的课程合集 -->
|
|
|
<template v-if="courseShowStatus">
|
|
|
<el-row class="option-row" v-for="(item, index) in courseShowInfo" :class="[!item.isStudentOptional ? 'disabled' : '']" :key="index" @click.native="onCourseChange(item)">
|