瀏覽代碼

Merge branch 'wxl_01_15' into online

lex-xin 4 年之前
父節點
當前提交
fd22818327

+ 1 - 1
src/views/categroyManager/specialSetup/musicCourseFee.vue

@@ -66,7 +66,7 @@
           </el-table-column>
           <el-table-column align="center"
                            prop="goodsDiscountRate"
-                           label="缴费金额">
+                           label="每分钟费用">
             <template slot-scope="scope">{{
               scope.row.unitPrice
             }}</template>

+ 3 - 4
src/views/resetTeaming/modals/subject-preview.vue

@@ -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)">