Update role.data.ts (#3207)

fix: The component value is incorrect,
This commit is contained in:
Jiaxin sugar 2023-10-29 21:35:06 +08:00 committed by GitHub
parent 054a476d25
commit 97f16271b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -119,6 +119,6 @@ export const formSchema: FormSchema[] = [
label: ' ', label: ' ',
field: 'menu', field: 'menu',
slot: 'menu', slot: 'menu',
component: 'Input', component: 'ApiTree',
}, },
]; ];