feat:【ele】【infra】优化文件管理

This commit is contained in:
YunaiV
2025-11-20 11:56:12 +08:00
parent cf581f3bb3
commit f425b821b3
3 changed files with 73 additions and 17 deletions

View File

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