Browse Source

Update role.data.ts (#3207)

fix: The component value is incorrect,
pull/3208/head
Jiaxin sugar 3 years ago
committed by GitHub
parent
commit
97f16271b1
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/views/demo/system/role/role.data.ts

2
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',
},
];

Loading…
Cancel
Save