|
|
@@ -47,7 +47,7 @@
|
|
|
<div class="right_box">
|
|
|
<div class="rightT">
|
|
|
<div class="right_box_title">{{ courseDetail.title }}</div>
|
|
|
- <div class="jd" v-if="courseDetail.state!=7">{{ lang.ssStageText }}{{ chapInfo.length }}</div>
|
|
|
+ <div class="jd" v-if="courseDetail.state!=7">{{ lang.ssStage3.replace(/\*/g, chapInfo.length) }}</div>
|
|
|
<div class="jd" v-if="courseDetail.state!=7">{{ lang.ssTaskText }}{{ rw }}</div>
|
|
|
</div>
|
|
|
<div class="cType" v-if="courseType.length">
|
|
|
@@ -89,7 +89,7 @@
|
|
|
<div class="person" style="font-weight: bold; color: #0e1e33">
|
|
|
{{
|
|
|
courseDetail.vcount != null ? courseDetail.vcount : 0
|
|
|
- }}{{ lang.ssPerson }}
|
|
|
+ }} {{ lang.ssPerson }}
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -3037,7 +3037,7 @@ export default {
|
|
|
border-radius: 4px;
|
|
|
font-size: 14px;
|
|
|
color: #3d3d3d;
|
|
|
- width: 90px;
|
|
|
+ width: 105px;
|
|
|
height: 28px;
|
|
|
text-align: center;
|
|
|
line-height: 28px;
|