租户和角色管理的菜单权限不能滚动

租户新增菜单权限校验不通过
角色管理详情页不展示对应的部门
XTable中主题颜色不跟随项目主体一起切换
This commit is contained in:
gexinzhineng/gxzn27
2023-03-04 13:19:49 +08:00
parent 7a5a08d9a2
commit cea7b41ae8
3 changed files with 56 additions and 6 deletions

View File

@@ -33,7 +33,12 @@ const crudSchemas = reactive<VxeCrudSchema>({
{
title: '菜单权限',
field: 'menuIds',
isTable: false
isTable: false,
form: {
colProps: {
span: 24
}
}
},
{
title: t('form.remark'),