Commit 3a4db555 authored by wzy's avatar wzy

fix: 恢复组织机构新增按钮

parent bc06920d
......@@ -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 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment