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

11

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