图片预览

This commit is contained in:
huangdeliang
2021-03-23 14:42:01 +08:00
parent cdb93a1702
commit 424b98ad57
9 changed files with 292 additions and 234 deletions

View File

@ -732,7 +732,7 @@ export default {
});
},
handleOnUploadPreview(file) {
console.log(file);
// console.log(file);
this.previewTitle = file.name;
this.previewVisible = true;
this.previewUrl = file.url;