Skip to content

Commit 6765988

Browse files
author
奇淼(piexlmax
committed
调整资源管理提示
1 parent bc1cc33 commit 6765988

File tree

1 file changed

+1
-1
lines changed
  • web/src/view/superAdmin/authority/components

1 file changed

+1
-1
lines changed

web/src/view/superAdmin/authority/components/datas.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
<template>
22
<div>
3+
<warning-bar title="此功能仅用于创建角色和角色的many2many关系表,具体使用还须自己结合表实现业务,详情参考示例代码(客户示例)。此功能不建议使用,建议使用插件市场【组织管理功能(点击前往)】来管理资源权限。" href="https://plugin.gin-vue-admin.com/#/layout/newPluginInfo?id=36" />
34
<div class="clearfix sticky-button" style="margin: 18px">
45
<el-button class="fl-right" size="small" type="primary" @click="authDataEnter">确 定</el-button>
56
<el-button class="fl-left" size="small" type="primary" @click="all">全选</el-button>
@@ -11,7 +12,6 @@
1112
<el-checkbox v-for="(item,key) in authoritys" :key="key" :label="item">{{ item.authorityName }}</el-checkbox>
1213
</el-checkbox-group>
1314
</div>
14-
<warning-bar title="此功能仅用于创建角色和角色的many2many关系表,具体使用还须自己结合表实现业务,详情参考示例代码(客户示例)" />
1515
</div>
1616
</template>
1717

0 commit comments

Comments
 (0)