|
@@ -6,7 +6,7 @@
|
|
|
title-style="font-size: .18rem; color: #333333;"
|
|
|
>
|
|
|
<template #extra>
|
|
|
- <van-tag type="primary" plain style="background-color: #F1FCF9"
|
|
|
+ <van-tag type="primary" plain style="background-color: #f1fcf9"
|
|
|
>课后训练</van-tag
|
|
|
>
|
|
|
</template>
|
|
@@ -19,15 +19,15 @@
|
|
|
@click="studentStatus = true"
|
|
|
>
|
|
|
<template #title>
|
|
|
- <span style="padding-right: .3rem"
|
|
|
- >学员共<i style="font-style: normal; color: #01C1B5">{{
|
|
|
+ <span style="padding-right: 0.3rem"
|
|
|
+ >学员共<i style="font-style: normal; color: #01c1b5">{{
|
|
|
params.studentCount
|
|
|
}}</i
|
|
|
>人</span
|
|
|
>
|
|
|
<span
|
|
|
>会员
|
|
|
- <i style="font-style: normal; color: #FF802C">{{
|
|
|
+ <i style="font-style: normal; color: #ff802c">{{
|
|
|
params.studentMemberCount
|
|
|
}}</i
|
|
|
>人</span
|
|
@@ -59,7 +59,7 @@
|
|
|
/>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <van-cell
|
|
|
+ <!-- <van-cell
|
|
|
class="endTime"
|
|
|
style="padding: 0.12rem 0.21rem;"
|
|
|
title="训练提交截止时间"
|
|
@@ -75,7 +75,7 @@
|
|
|
<template #default>
|
|
|
{{ dateSection.showStartDate }}
|
|
|
</template>
|
|
|
- </van-cell>
|
|
|
+ </van-cell> -->
|
|
|
|
|
|
<div class="accompanyHeader">
|
|
|
云教练曲目选择<span>(若作业内容非云教练曲目则无需选择)</span>
|
|
@@ -92,7 +92,7 @@
|
|
|
class="endTime"
|
|
|
v-for="(music, index) in item.musicScoreIdList"
|
|
|
:key="index"
|
|
|
- style="margin-top: 0;padding: 0.12rem 0.21rem;"
|
|
|
+ style="margin-top: 0; padding: 0.12rem 0.21rem"
|
|
|
title="训练曲目"
|
|
|
@click="onSelectAccompany(item, index)"
|
|
|
readonly
|
|
@@ -107,20 +107,25 @@
|
|
|
<template v-if="music.name">
|
|
|
{{ music.name }}
|
|
|
</template>
|
|
|
- <span v-else style="color: #808080;">请选择</span>
|
|
|
+ <span v-else style="color: #808080">请选择</span>
|
|
|
</template>
|
|
|
<template #right-icon>
|
|
|
<span
|
|
|
v-if="music.name"
|
|
|
@click.stop="delAccompany(item.musicScoreIdList, index)"
|
|
|
- style="color: #999999; font-size: .12rem; padding-left: .12rem"
|
|
|
+ style="color: #999999; font-size: 0.12rem; padding-left: 0.12rem"
|
|
|
><van-icon size="14" name="delete-o" />删除</span
|
|
|
>
|
|
|
</template>
|
|
|
<template #extra>
|
|
|
<!-- <span><van-icon name="delete-o" />删除</span> -->
|
|
|
<span
|
|
|
- style="height: 24px;font-size: 16px;line-height: 24px;color: #DADADA !important;"
|
|
|
+ style="
|
|
|
+ height: 24px;
|
|
|
+ font-size: 16px;
|
|
|
+ line-height: 24px;
|
|
|
+ color: #dadada !important;
|
|
|
+ "
|
|
|
><van-icon name="arrow"
|
|
|
/></span>
|
|
|
</template>
|
|
@@ -158,7 +163,7 @@
|
|
|
position="bottom"
|
|
|
v-model="accompanimentStatus"
|
|
|
:style="{ height: '100%' }"
|
|
|
- style=" border-radius: 0; overflow: inherit;"
|
|
|
+ style="border-radius: 0; overflow: inherit"
|
|
|
>
|
|
|
<!-- <van-sticky>
|
|
|
<m-header name="作业曲目" :backUrl="backUrl" />
|
|
@@ -187,7 +192,7 @@
|
|
|
</van-sticky> -->
|
|
|
<student-list-model
|
|
|
:dataList="dataList"
|
|
|
- style="margin-bottom: 0.8rem;"
|
|
|
+ style="margin-bottom: 0.8rem"
|
|
|
@close="studentStatus = false"
|
|
|
:dataSubjectList="dataSubjectList"
|
|
|
></student-list-model>
|
|
@@ -393,7 +398,7 @@ export default {
|
|
|
onEndTime() {
|
|
|
this.dateSection.status = true;
|
|
|
},
|
|
|
- onSubmit: _throttle(function(type) {
|
|
|
+ onSubmit: _throttle(function (type) {
|
|
|
if (!this.title) {
|
|
|
this.$toast("请输入训练标题");
|
|
|
return;
|