mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 09:47:10 +00:00
adjust the text of the menu permission view
This commit is contained in:
parent
ea07c2de32
commit
092d705d3d
@ -310,7 +310,7 @@ export default {
|
||||
interface: 'boolean',
|
||||
name: 'accessible',
|
||||
type: 'boolean',
|
||||
title: '访问权限',
|
||||
title: '允许访问',
|
||||
dataIndex: ['accessible'],
|
||||
editable: true,
|
||||
resourceName: 'roles.menus',
|
||||
|
@ -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',
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user