feat: add upload component

This commit is contained in:
xingyu
2022-12-06 23:45:35 +08:00
parent ba6a2957fc
commit 731e49d7b6
8 changed files with 234 additions and 43 deletions

View File

@@ -41,6 +41,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
cellRender: {
name: 'XImg'
}
},
form: {
component: 'UploadImg',
componentProps: {
limit: 1
}
}
},
{