fix: fix useCrudSchemas not work
This commit is contained in:
@@ -90,6 +90,9 @@ const crudSchemas = reactive<CrudSchema[]>([
|
||||
form: {
|
||||
component: 'Select',
|
||||
componentProps: {
|
||||
style: {
|
||||
width: '100%'
|
||||
},
|
||||
options: [
|
||||
{
|
||||
label: '重要',
|
||||
|
||||
Reference in New Issue
Block a user