chore: 角色管理 优化Drawer布局

This commit is contained in:
dap
2024-11-29 15:45:42 +08:00
parent a3e98aedf9
commit 227cf1e72b
3 changed files with 8 additions and 3 deletions

View File

@@ -153,12 +153,13 @@ export const drawerSchema: FormSchemaGetter = () => [
defaultValue: [],
fieldName: 'menuIds',
label: '菜单权限',
formItemClass: 'col-span-2',
},
{
component: 'Textarea',
defaultValue: '',
fieldName: 'remark',
formItemClass: 'items-baseline',
formItemClass: 'items-baseline col-span-2',
label: '备注',
},
];