refactor:【ele】重新封装上传组件

This commit is contained in:
puhui999
2025-09-26 10:52:30 +08:00
parent c64c770f54
commit f0fbaf45f4
4 changed files with 269 additions and 282 deletions

View File

@@ -9,7 +9,7 @@ export function useFormSchema(): VbenFormSchema[] {
{
fieldName: 'file',
label: '文件上传',
component: 'Upload',
component: 'FileUpload',
componentProps: {
placeholder: '请选择要上传的文件',
},