Compare commits

..

No commits in common. "7f2cacffacf4c343e6801e1707c5660c7b88685a" and "ca3f2658a7d5576a4e78ee595c36b8d14c2b1dde" have entirely different histories.

2 changed files with 2 additions and 13 deletions

View File

@ -117,8 +117,4 @@ export const coursewareTypeList = [
label:'素材',
value:6
},
{
label:'视频',
value:12
},
]

View File

@ -32,15 +32,7 @@
</el-row> -->
<el-row class="resoure-btns">
<el-col :span="24" class="query-row flex">
<div class="flex row-left">
<!-- 第三方资源筛选-->
<el-select v-if="isThird" v-model="sourceStore.thirdQuery.type" @change="sourceStore.thirdChangeType"
style="width: 110px">
<el-option v-for="item in coursewareTypeList" :key="item.value" :label="item.label"
:value="item.value" />
</el-select>
<el-select v-else v-model="sourceStore.query.fileSuffix" @change="sourceStore.changeSuffix"
<div class="flex row-left"> <el-select v-model="sourceStore.query.fileSuffix" @change="sourceStore.changeSuffix"
style="width: 110px">
<el-option v-for="item in sourceStore.resourceFormatList" :key="item.value" :label="item.label"
:value="item.value" />
@ -56,6 +48,7 @@
</div>
</el-col>
</el-row>
</div>
</template>