perf: 完善上传组件

This commit is contained in:
xingyu
2022-12-20 15:15:10 +08:00
parent 2d79130106
commit 9de323e09c
9 changed files with 561 additions and 190 deletions

View File

@ -43,10 +43,7 @@ const crudSchemas = reactive<VxeCrudSchema>({
}
},
form: {
component: 'UploadImg',
componentProps: {
limit: 1
}
component: 'UploadImg'
}
},
{