Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
jinfa-platform
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
linweijiong
jinfa-platform
Commits
3a4db555
Commit
3a4db555
authored
Sep 08, 2022
by
wzy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 恢复组织机构新增按钮
parent
bc06920d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
index.tsx
src/components/TabTree/index.tsx
+2
-2
No files found.
src/components/TabTree/index.tsx
View file @
3a4db555
...
...
@@ -102,7 +102,7 @@ const RenderIcons: React.FC<RenderIconsProps> = props => {
// return <Space className={cx('god-tabtree-icons', props.nowKey === props.node.key ? 'show' : 'hide')}>
return
(
<
Space
className=
{
cx
(
'god-tabtree-icons'
)
}
>
{
/* {
{
!
showHiddenIcon
&&
(
<>
<
Tooltip
title=
{
intl
.
formatMessage
({
id
:
'components.xinzengjiedian'
})
}
>
...
...
@@ -128,7 +128,7 @@ const RenderIcons: React.FC<RenderIconsProps> = props => {
</>
)
}
*/
}
}
<
Tooltip
title=
{
intl
.
formatMessage
({
id
:
'components.shanchudangqianjiedian'
})
}
>
<
DeleteOutlined
onClick=
{
e
=>
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment