Skip to content

Commit

Permalink
update tip
Browse files Browse the repository at this point in the history
  • Loading branch information
think-gem committed Dec 11, 2024
1 parent 12ac968 commit 8f4ebef
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/views/sys/role/formAuthDataScope.vue
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
{
label: t('数据范围'),
field: 'dataScope',
helpMessage: t('指定数据权限范围类型,多个角色同时指定,之间为或者关系'),
component: 'RadioGroup',
componentProps: {
dictType: 'sys_role_data_scope',
Expand All @@ -107,6 +108,9 @@
{
label: t('业务范围'),
field: 'bizScope',
helpMessage: t(
'在 addFilter 权限过滤的时候指定适应的业务范围,不指定代表所有生效,如:有的功能看本部门,有的功能看本公司;新的业务范围从字典 sys_role_biz_scope 类型添加。',
),
component: 'Select',
componentProps: {
dictType: 'sys_role_biz_scope',
Expand Down

0 comments on commit 8f4ebef

Please sign in to comment.