feat: 完成user-drawer
This commit is contained in:
10
apps/web-antd/src/views/system/role/data.tsx
Normal file
10
apps/web-antd/src/views/system/role/data.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
/**
|
||||
* authScopeOptions user也会用到
|
||||
*/
|
||||
export const authScopeOptions = [
|
||||
{ color: 'green', label: '全部数据权限', value: '1' },
|
||||
{ color: 'default', label: '自定数据权限', value: '2' },
|
||||
{ color: 'orange', label: '本部门数据权限', value: '3' },
|
||||
{ color: 'cyan', label: '本部门及以下数据权限', value: '4' },
|
||||
{ color: 'error', label: '仅本人数据权限', value: '5' },
|
||||
];
|
Reference in New Issue
Block a user