Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
X
xiaomai-cloud-class-web
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xiaomai-cloud-class
xiaomai-cloud-class-web
Commits
4e3852e4
Commit
4e3852e4
authored
Aug 11, 2021
by
zhangleyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat:隐藏搜嗦
parent
1df318b5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
2 deletions
+26
-2
src/modules/college-manage/components/LeftStructureTree.jsx
+26
-2
No files found.
src/modules/college-manage/components/LeftStructureTree.jsx
View file @
4e3852e4
...
@@ -532,8 +532,8 @@ function LeftStructureTree(props) {
...
@@ -532,8 +532,8 @@ function LeftStructureTree(props) {
notFoundContent={notFoundContentNode()}
notFoundContent={notFoundContentNode()}
value={queryName}
value={queryName}
open={open}
open={open}
onFocus={()=>{setOpen(true)
}}
onFocus={() => { setOpen(true)
}}
onBlur={()=>{setOpen(false)
}}
onBlur={() => { setOpen(false)
}}
style={{
style={{
width: 250,
width: 250,
}}
}}
...
@@ -547,6 +547,30 @@ function LeftStructureTree(props) {
...
@@ -547,6 +547,30 @@ function LeftStructureTree(props) {
/>
/>
</AutoComplete> */
}
</AutoComplete> */
}
</
div
>
</
div
>
{
(
props
.
treeType
===
'postGrouptab'
||
props
.
treeType
===
'customGroupTab'
)
&&
(
<
div
className=
"operate"
>
{
props
.
treeType
===
'postGrouptab'
&&
<
Button
className=
"add-btn"
onClick=
{
()
=>
{
addPostGroup
(
0
)
}
}
>
添加岗位组
</
Button
>
}
{
props
.
treeType
===
'customGroupTab'
&&
<
Button
className=
"add-btn"
onClick=
{
()
=>
{
addCustomGroup
(
0
)
}
}
>
添加自定义分组
</
Button
>
}
</
div
>
)
}
<
div
className=
"tree-con"
>
<
div
className=
"tree-con"
>
{
!
selctQueryName
?
{
!
selctQueryName
?
<
DirectoryTree
<
DirectoryTree
...
...
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