fix: 手机端-资料中心详情-去掉下载按钮
This commit is contained in:
@@ -25,12 +25,14 @@
|
|||||||
<p v-for="item in fileList"
|
<p v-for="item in fileList"
|
||||||
:key="item.id">
|
:key="item.id">
|
||||||
<a @click="openFileInPdf(item.id, item.name)" target="_blank" style="color: #409eff">{{ item.name }}</a>
|
<a @click="openFileInPdf(item.id, item.name)" target="_blank" style="color: #409eff">{{ item.name }}</a>
|
||||||
|
<!--
|
||||||
<i
|
<i
|
||||||
title="下载"
|
title="下载"
|
||||||
@click="downloadFile(item.id)"
|
@click="downloadFile(item.id)"
|
||||||
class="icon-download"
|
class="icon-download"
|
||||||
v-btn-permission="''"
|
v-btn-permission="''"
|
||||||
/>
|
/>
|
||||||
|
-->
|
||||||
<!-- <i-->
|
<!-- <i-->
|
||||||
<!-- title="下载带水印"-->
|
<!-- title="下载带水印"-->
|
||||||
<!-- @click="downloadFileByWater(item.id,item.name)"-->
|
<!-- @click="downloadFileByWater(item.id,item.name)"-->
|
||||||
|
|||||||
Reference in New Issue
Block a user