|
|
@@ -13,7 +13,7 @@
|
|
|
{{currentSelectFile.notes}}
|
|
|
</p>
|
|
|
</div>
|
|
|
- <div class="file1" v-if="currentSelectFile.length >= 1">
|
|
|
+ <div class="file1" v-if="currentSelectFile.attinfos.length >= 1">
|
|
|
<p class="title">课件</p>
|
|
|
<div class="file-box">
|
|
|
<file-item :itemStyle="itemStyle"
|
|
|
@@ -63,12 +63,8 @@ export default {
|
|
|
computed: {},
|
|
|
watch: {},
|
|
|
created () {
|
|
|
-
|
|
|
},
|
|
|
methods: {
|
|
|
- downLoad () {
|
|
|
- window.open(this.currentSelectFile.url)
|
|
|
- },
|
|
|
//更新下载记录
|
|
|
updateDownLoadRecord(data) {
|
|
|
this.$api.requested({
|
|
|
@@ -96,7 +92,7 @@ export default {
|
|
|
box-sizing: border-box;
|
|
|
}
|
|
|
/deep/.el-drawer {
|
|
|
- width: 580px !important;
|
|
|
+ width: 546px !important;
|
|
|
}
|
|
|
/deep/.el-drawer__header {
|
|
|
font-size: 16px;
|