Browse Source
Update role.data.ts (#3207)
fix: The component value is incorrect,
pull/3208/head
Jiaxin sugar
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
src/views/demo/system/role/role.data.ts
|
|
|
@ -119,6 +119,6 @@ export const formSchema: FormSchema[] = [ |
|
|
|
label: ' ', |
|
|
|
field: 'menu', |
|
|
|
slot: 'menu', |
|
|
|
component: 'Input', |
|
|
|
component: 'ApiTree', |
|
|
|
}, |
|
|
|
]; |
|
|
|
|