当前位置:网站首页>Receive incoming files and download (simple usage) a tag
Receive incoming files and download (simple usage) a tag
2022-06-23 04:50:00 【No French fries】

Click the download icon to download
<el-descriptions class="margin-top" title=" Bordered list " :column="3" :size="size" border>
<el-descriptions-item v-for="(items, index) in tableData" :key="index">
<template slot="label">
<i class="el-icon-document"></i>
{
{ items }}
</template>
<a :href="fileLink + items"><i class="el-icon-download" /></a>
</el-descriptions-item>
</el-descriptions>
methods: {
downloadStatement () {
console.log(this.valuetime)
this.$axios.get(`********/report_form/${
this.valuetime}`).then((res) => {
this.tableData = res.data
}).catch(error => {
this.$message.error(' Failed to get message , Please check the service ')
})
}
}
边栏推荐
猜你喜欢
随机推荐
Please use the NLTK Downloader to obtain the resource
项目总结1(头文件,switch,&&,位变量)
volatile 与线程的那些事
Distance measure - cosine distance
zk 有一个节点报 It is probably not running且日志无明显报错
FreeModBus解析1
Abnova PSMA磁珠解决方案
AD9使用技巧拾遗
论文阅读_关系抽取_CASREL
Tiktok x-bogus and_ Signature parameter analysis
Abnova 荧光染料 510-M 链霉亲和素方案
Second assignment notes
关于php里tcp通讯用swoole框架出现的小问题
laravel 8.4 路由问题,结尾处是编辑器左侧对照表,小白可看懂
Non return to zero code NRZ
在Pycharm中对字典的键值作更新时提示“This dictionary creation could be rewritten as a dictionary literal ”的解决方法
静态双位置继电器GLS-3004K/DC220V
五年连续亏损42亿,蘑菇如何渡劫?
notepad++ 查找替换之分组替换保留
const理解之二









