feat: add upload component
This commit is contained in:
@@ -41,6 +41,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
|
||||
cellRender: {
|
||||
name: 'XImg'
|
||||
}
|
||||
},
|
||||
form: {
|
||||
component: 'UploadImg',
|
||||
componentProps: {
|
||||
limit: 1
|
||||
}
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user