Commit 21f26f0d authored by 杨梦雪's avatar 杨梦雪

11

parent 1db07b6e
...@@ -326,6 +326,13 @@ ...@@ -326,6 +326,13 @@
> >
<i class="el-icon-zoom-in"></i> <i class="el-icon-zoom-in"></i>
</span> </span>
<span
v-if="!disabled"
class="el-upload-list__item-delete"
@click="handleDownload(file)"
>
<i class="el-icon-download"></i>
</span>
<span <span
v-if="!disabled" v-if="!disabled"
class="el-upload-list__item-delete" class="el-upload-list__item-delete"
...@@ -907,6 +914,11 @@ export default { ...@@ -907,6 +914,11 @@ export default {
// console.log(err); // console.log(err);
}); });
}, },
// 下载证明资料图片
handleDownload(file) {
// console.log(file,'file22');
window.location.href=file.url
},
//删除图片 //删除图片
handleRemove(file) { handleRemove(file) {
// console.log(file, "file"); // console.log(file, "file");
...@@ -1172,8 +1184,8 @@ export default { ...@@ -1172,8 +1184,8 @@ export default {
} }
} }
i { i {
font-size: 52px; font-size: 22px;
color: var(--color); color: #ffffff;
} }
.text { .text {
font-size: 14px; font-size: 14px;
......
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