mirror of
https://gitee.com/ulthon/ulthon_admin.git
synced 2026-09-05 07:15:31 +08:00
feat(auth): 角色分配用户页面视图与列表入口按钮
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -24,6 +24,14 @@ $(function () {
|
||||
class: 'layui-btn layui-btn-normal layui-btn-xs',
|
||||
extend: 'data-full="true"'
|
||||
}],
|
||||
[{
|
||||
text: '分配用户',
|
||||
url: init.assignUsersUrl,
|
||||
method: 'open',
|
||||
auth: 'assignUsers',
|
||||
class: 'layui-btn layui-btn-warm layui-btn-xs',
|
||||
extend: 'data-full="true"'
|
||||
}],
|
||||
'delete'
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user