Browse Source

Update subject-preview.vue

lex-xin 4 years ago
parent
commit
9ef10ca522
1 changed files with 7 additions and 7 deletions
  1. 7 7
      src/views/resetTeaming/modals/subject-preview.vue

+ 7 - 7
src/views/resetTeaming/modals/subject-preview.vue

@@ -25,7 +25,7 @@
 						<el-icon v-if="item.courseType == 'PROJECT'" class="el-icon-question" @click.native="onQuestions" />
 						<el-icon v-if="item.courseType == 'PROJECT'" class="el-icon-question" @click.native="onQuestions" />
 					</el-col>
 					</el-col>
 					<el-col :span="6">
 					<el-col :span="6">
-						<del style="color: #AAA; font-size: 13px;">¥{{ item.courseOriginalPrice | moneyFormat }}</del>
+						<del style="color: #AAA; font-size: 12px;">¥{{ item.courseOriginalPrice | moneyFormat }}</del>
 					</el-col>
 					</el-col>
 					<el-col :span="6">
 					<el-col :span="6">
 						<span style="color: #1A1A1A">¥{{ item.courseCurrentPrice | moneyFormat }}</span>
 						<span style="color: #1A1A1A">¥{{ item.courseCurrentPrice | moneyFormat }}</span>
@@ -39,7 +39,7 @@
 						<i class="check_default" :class="[item.isStatus ? 'check_active' : '']"></i><template v-if="item.courseType == 'PROJECT'">{{ item.name }}</template><template v-else>{{ item.courseType | coursesType }}</template>
 						<i class="check_default" :class="[item.isStatus ? 'check_active' : '']"></i><template v-if="item.courseType == 'PROJECT'">{{ item.name }}</template><template v-else>{{ item.courseType | coursesType }}</template>
 					</el-col>
 					</el-col>
 					<el-col :span="6">
 					<el-col :span="6">
-						<del style="color: #AAA; font-size: 13px;">¥{{ item.courseOriginalPrice | moneyFormat }}</del>
+						<del style="color: #AAA; font-size: 12px;">¥{{ item.courseOriginalPrice | moneyFormat }}</del>
 					</el-col>
 					</el-col>
 					<el-col :span="6">
 					<el-col :span="6">
 						<span style="color: #1A1A1A">¥{{ item.courseCurrentPrice | moneyFormat }}</span>
 						<span style="color: #1A1A1A">¥{{ item.courseCurrentPrice | moneyFormat }}</span>
@@ -52,7 +52,7 @@
 					仅需支付
 					仅需支付
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
-					<del class="fontBold" style="color: #f85043; font-size: 13px;">¥{{ orderInfo.musicMarketClassFee | moneyFormat }}</del>
+					<del style="color: #f85043; font-size: 12px;">¥{{ orderInfo.musicMarketClassFee | moneyFormat }}</del>
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
 					<span class="fontBold" style="color: #f85043;">¥{{ orderInfo.musicClassFee | moneyFormat }}</span>
 					<span class="fontBold" style="color: #f85043;">¥{{ orderInfo.musicClassFee | moneyFormat }}</span>
@@ -90,7 +90,7 @@
 						</div>
 						</div>
 					</el-col>
 					</el-col>
 					<el-col :span="6">
 					<el-col :span="6">
-						<del style="color: #AAA; font-size: 13px;" v-if="con.kitType != 'owned'">¥{{ con.marketPrice | moneyFormat }}</del>
+						<del style="color: #AAA; font-size: 12px;" v-if="con.kitType != 'owned'">¥{{ con.marketPrice | moneyFormat }}</del>
 					</el-col>
 					</el-col>
 					<el-col :span="6">
 					<el-col :span="6">
 						<span style="color: #1A1A1A" v-if="(con.kitType == 'LEASE')">¥{{ Number((con.depositFee  - con.coupon).toFixed(2)) | moneyFormat }}</span>
 						<span style="color: #1A1A1A" v-if="(con.kitType == 'LEASE')">¥{{ Number((con.depositFee  - con.coupon).toFixed(2)) | moneyFormat }}</span>
@@ -105,7 +105,7 @@
 					仅需支付
 					仅需支付
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
-					<del class="fontBold" style="color: #f85043; font-size: 13px;">¥{{ orderInfo.goodsMarketPrice | moneyFormat }}</del>
+					<del style="color: #f85043; font-size: 12px;">¥{{ orderInfo.goodsMarketPrice | moneyFormat }}</del>
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
 					<span class="fontBold" style="color: #f85043;">¥{{ orderInfo.goodsPrice | moneyFormat }}</span>
 					<span class="fontBold" style="color: #f85043;">¥{{ orderInfo.goodsPrice | moneyFormat }}</span>
@@ -126,7 +126,7 @@
 					<i class="check_default" :class="[ instr.checked ? 'check_active' : '' ]"></i>{{ instr.name }}
 					<i class="check_default" :class="[ instr.checked ? 'check_active' : '' ]"></i>{{ instr.name }}
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
-					<del style="color: #AAA; font-size: 13px;">¥{{ instr.goodsList[0] ? instr.goodsList[0].marketPrice : 0 | moneyFormat }}</del>
+					<del style="color: #AAA; font-size: 12px;">¥{{ instr.goodsList[0] ? instr.goodsList[0].marketPrice : 0 | moneyFormat }}</del>
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
 					<span style="color: #1A1A1A" v-if="instr.price == 0">免费</span>
 					<span style="color: #1A1A1A" v-if="instr.price == 0">免费</span>
@@ -139,7 +139,7 @@
 					仅需支付
 					仅需支付
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
-					<del class="fontBold" style="color: #f85043; font-size: 13px;">¥{{ orderInfo.accessMarketPrice | moneyFormat }}</del>
+					<del style="color: #f85043; font-size: 12px;">¥{{ orderInfo.accessMarketPrice | moneyFormat }}</del>
 				</el-col>
 				</el-col>
 				<el-col :span="6">
 				<el-col :span="6">
 					<span class="fontBold" style="color: #f85043;">¥{{ orderInfo.accessPrice | moneyFormat }}</span>
 					<span class="fontBold" style="color: #f85043;">¥{{ orderInfo.accessPrice | moneyFormat }}</span>