Commit 9f418589 by wuqian

待确认加上下载

parent 68906031
...@@ -104,7 +104,7 @@ ...@@ -104,7 +104,7 @@
</template> </template>
</Icon> </Icon>
<span <span
v-if="treeId === '201' && cardItem.paperFile" v-if="['201', '401'].includes(treeId) && cardItem.paperFile"
class="download-icon" class="download-icon"
title="点击下载" title="点击下载"
@click.stop="downloadFile(cardItem)" @click.stop="downloadFile(cardItem)"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment