mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 16:34:13 +00:00
feat: roles_ui_schemas
This commit is contained in:
parent
fe12c67ba6
commit
ff4d3c5397
@ -49,5 +49,11 @@ export default {
|
||||
sourceKey: 'key',
|
||||
foreignKey: 'parentKey',
|
||||
},
|
||||
{
|
||||
type: 'belongsToMany',
|
||||
name: 'roles',
|
||||
target: 'roles',
|
||||
through: 'roles_ui_schemas'
|
||||
},
|
||||
],
|
||||
} as TableOptions;
|
||||
|
Loading…
Reference in New Issue
Block a user