Source/plt-web/plt-web-ui/src/components/PLT-basic-component/upload-file.vue
@@ -22,6 +22,7 @@ </ul> <Divider left="30px" text="选择文件后会自动上传"></Divider> <el-upload :name="fileName" :action="fileUrl" :before-upload="beforeUpload" :data="fileData" @@ -52,6 +53,10 @@ type: Array, default: () => [] }, fileName: { type: String, default: () => "file" }, // 对话框头部名称 title: { type: String,