Skip to content

Commit

Permalink
fix(授权): 隐藏授权界面的数据权限设置按钮
Browse files Browse the repository at this point in the history
fix #82
  • Loading branch information
Lind-pro committed Jun 22, 2020
1 parent 7a2b7a3 commit 2e6f743
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Authorization/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ const Authorization: React.FC<Props> = props => {
(i: string) => i === 'DENY_FIELDS',
) && (
<>
<Divider type="vertical" />
{/* <Divider type="vertical" />
<a
onClick={() => {
Expand All @@ -442,7 +442,7 @@ const Authorization: React.FC<Props> = props => {
}}
>
数据权限
</a>
</a> */}
</>
)}
</Fragment>
Expand Down

0 comments on commit 2e6f743

Please sign in to comment.