fix:面授课附件不能下载问题

This commit is contained in:
wyx
2023-01-17 17:08:28 +08:00
parent 04e7a5346b
commit 04f4c6dbd0

View File

@@ -90,12 +90,12 @@
下载
</div>
</div>
<!-- <div v-else class="download">-->
<!-- <img style="width: 16px; height: 15px" src="../../assets/image/download.png" />-->
<!-- <div style="margin-left: 5px" @click="download(el.name? el.response.data : el)">-->
<!-- 下载-->
<!-- </div>-->
<!-- </div>-->
<div v-else class="download">
<img style="width: 16px; height: 15px" src="../../assets/image/download.png" />
<div style="margin-left: 5px" @click="download(el.name? el.response.data : el)">
下载
</div>
</div>
</div>
</div>
</div>