|
@@ -7,13 +7,13 @@
|
|
</Select>
|
|
</Select>
|
|
</div>
|
|
</div>
|
|
<div class="apply-item">
|
|
<div class="apply-item">
|
|
- <span v-show="showLabel">{{$t('teachContent.applySub')}}</span>
|
|
|
|
|
|
+ <span v-show="showLabel">{{$t('teachContent.applySub')}}:</span>
|
|
<Select v-model="filterSubject" multiple style="width:200px" @on-change="tagChange" :max-tag-count="2">
|
|
<Select v-model="filterSubject" multiple style="width:200px" @on-change="tagChange" :max-tag-count="2">
|
|
<Option v-for="item in subjects" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
<Option v-for="item in subjects" :value="item.id" :key="item.id">{{ item.name }}</Option>
|
|
</Select>
|
|
</Select>
|
|
</div>
|
|
</div>
|
|
<div class="apply-item" style="margin-right:0px">
|
|
<div class="apply-item" style="margin-right:0px">
|
|
- <span v-show="showLabel">{{$t('teachContent.applyGrade')}}</span>
|
|
|
|
|
|
+ <span v-show="showLabel">{{$t('teachContent.applyGrade')}}:</span>
|
|
<Select v-model="filterGrade" multiple style="width:200px" @on-change="tagChange" :max-tag-count="2">
|
|
<Select v-model="filterGrade" multiple style="width:200px" @on-change="tagChange" :max-tag-count="2">
|
|
<Option v-for="(item,index) in grades" :value="index" :key="index">{{ item }}</Option>
|
|
<Option v-for="(item,index) in grades" :value="index" :key="index">{{ item }}</Option>
|
|
</Select>
|
|
</Select>
|