大改三角色逻辑:超级管理员、企业管理员、开票员
This commit is contained in:
@@ -119,8 +119,8 @@ const statusOptions = [
|
||||
]
|
||||
const dataScopeOptions = [
|
||||
{ label: '全部数据', value: 'ALL' },
|
||||
{ label: '本组织及下级', value: 'DEPT' },
|
||||
{ label: '本组织', value: 'DEPT_ONLY' },
|
||||
{ label: '本企业', value: 'DEPT' },
|
||||
{ label: '本企业', value: 'DEPT_ONLY' },
|
||||
{ label: '仅本人', value: 'SELF' }
|
||||
]
|
||||
const roleQuery = useQuery({
|
||||
|
||||
Reference in New Issue
Block a user