提交 79573639 编写于 作者: zhentian.jia's avatar zhentian.jia

excel下载问题

上级 4595ac58
......@@ -11,7 +11,7 @@
<el-table-column
prop="title"
label="名称"
align="center"
align="left"
min-width="150"
show-overflow-tooltip
></el-table-column>
......@@ -171,7 +171,7 @@ export default {
} else if(vm.listType == '1') {
vm.tableData[row.index].buttonText = "下载";
}
vm.tableData[row.index].fileUrl = res.data.list[0].url;
vm.tableData[row.index].url = res.data.list[0].url;
} else if (updateStatus == 0) {
vm.tableData[row.index].title = vm.tableData[row.index].title + " ";
vm.tableData[row.index].buttonText = "刷新";
......@@ -258,6 +258,9 @@ export default {
color: #000000;
}
.table-export {
thead th {
background: #fff;
}
.logo {
margin-top: 8px;
margin-right: 6px;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册