Browse Source

Update role.data.ts (#3207)

fix: The component value is incorrect,
Jiaxin sugar 1 năm trước cách đây
mục cha
commit
97f16271b1
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/demo/system/role/role.data.ts

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