Can the upload upload component of elementUI extract the upload list?

1. Default list of upload components of elementUI component library

2

Aug.06,2021

do you have any ideas


I also encountered this problem when I was working on a background system

the idea is to hide the file list of the upload component, and remake a list UI
upload that is only responsible for uploading. After the upload is completed, the url is organized into another array, and you can define the data structure of each item.
delete the file upload when you delete the file. In short, the status of both sides is Synchronize

.
Menu