feat: 完成user-drawer

This commit is contained in:
dap
2024-09-22 18:14:04 +08:00
parent 9b00df3c43
commit e61c3e9058
5 changed files with 140 additions and 17 deletions

View 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' },
];