File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
web/src/view/superAdmin/authority/components Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
<template >
2
2
<div >
3
+ <warning-bar title =" 此功能仅用于创建角色和角色的many2many关系表,具体使用还须自己结合表实现业务,详情参考示例代码(客户示例)。此功能不建议使用,建议使用插件市场【组织管理功能(点击前往)】来管理资源权限。" href =" https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=36" />
3
4
<div class =" clearfix sticky-button" style =" margin : 18px " >
4
5
<el-button class =" fl-right" size =" small" type =" primary" @click =" authDataEnter" >确 定</el-button >
5
6
<el-button class =" fl-left" size =" small" type =" primary" @click =" all" >全选</el-button >
11
12
<el-checkbox v-for =" (item,key) in authoritys" :key =" key" :label =" item" >{{ item.authorityName }}</el-checkbox >
12
13
</el-checkbox-group >
13
14
</div >
14
- <warning-bar title =" 此功能仅用于创建角色和角色的many2many关系表,具体使用还须自己结合表实现业务,详情参考示例代码(客户示例)" />
15
15
</div >
16
16
</template >
17
17
You can’t perform that action at this time.
0 commit comments