adjust the text of the menu permission view

This commit is contained in:
chenos 2021-03-18 22:32:07 +08:00
parent ea07c2de32
commit 092d705d3d
2 changed files with 3 additions and 3 deletions

View File

@ -310,7 +310,7 @@ export default {
interface: 'boolean',
name: 'accessible',
type: 'boolean',
title: '访问权限',
title: '允许访问',
dataIndex: ['accessible'],
editable: true,
resourceName: 'roles.menus',

View File

@ -256,7 +256,7 @@ export default {
type: 'table',
dataSourceType: 'association',
name: 'collections',
title: '数据权限',
title: '数据操作权限',
targetViewName: 'permissions_table',
targetFieldName: 'collections',
},
@ -265,7 +265,7 @@ export default {
type: 'table',
dataSourceType: 'association',
name: 'pages',
title: '页面权限',
title: '菜单和页面权限',
targetViewName: 'permissions_table',
targetFieldName: 'menus',
},