Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
bkunyun
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
Administrator
bkunyun
Commits
73f1eb5b
Commit
73f1eb5b
authored
Sep 07, 2022
by
wuyongsheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 显示title
parent
0c678984
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.tsx
...ws/Project/components/Flow/components/BatchNode/index.tsx
+3
-3
index.tsx
...ews/Project/components/Flow/components/FlowNode/index.tsx
+3
-3
No files found.
src/views/Project/components/Flow/components/BatchNode/index.tsx
View file @
73f1eb5b
...
...
@@ -2,7 +2,7 @@
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-07-12 11:20:29
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-0
8-31 17:09:26
* @LastEditTime: 2022-0
9-07 10:06:13
* @FilePath: /bkunyun/src/views/Project/components/Flow/components/BatchNode.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
@@ -63,7 +63,7 @@ const BatchNode = (props: IBatchNode) => {
{
inParamsArr
?.
length
?
inParamsArr
.
map
((
item
,
index
)
=>
{
return
(
<
MyTooltip
title=
{
item
.
nam
e
}
key=
{
uuid
()
}
>
<
MyTooltip
title=
{
item
.
titl
e
}
key=
{
uuid
()
}
>
<
Handle
className=
{
styles
.
handleBox
}
id=
{
item
.
name
}
...
...
@@ -95,7 +95,7 @@ const BatchNode = (props: IBatchNode) => {
{
outParamsArr
?.
length
?
outParamsArr
.
map
((
item
,
index
)
=>
{
return
(
<
MyTooltip
title=
{
item
.
nam
e
}
key=
{
uuid
()
}
>
<
MyTooltip
title=
{
item
.
titl
e
}
key=
{
uuid
()
}
>
<
Handle
className=
{
styles
.
handleBox
}
id=
{
item
.
name
}
...
...
src/views/Project/components/Flow/components/FlowNode/index.tsx
View file @
73f1eb5b
...
...
@@ -2,7 +2,7 @@
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-07-12 11:29:46
* @LastEditors: 吴永生 15770852798@163.com
* @LastEditTime: 2022-09-0
2 14:23:07
* @LastEditTime: 2022-09-0
7 10:44:23
* @FilePath: /bkunyun/src/views/Project/components/Flow/components/FlowNode/index.tsx
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
@@ -81,7 +81,7 @@ const FlowNode = (props: any) => {
{
inParamsArr
?.
length
?
inParamsArr
.
map
((
item
:
any
,
index
:
number
)
=>
{
return
(
<
MyTooltip
title=
{
item
.
nam
e
}
key=
{
uuid
()
}
>
<
MyTooltip
title=
{
item
.
titl
e
}
key=
{
uuid
()
}
>
<
Handle
className=
{
styles
.
handleBox
}
id=
{
item
.
name
}
...
...
@@ -117,7 +117,7 @@ const FlowNode = (props: any) => {
{
outParamsArr
?.
length
?
outParamsArr
.
map
((
item
:
any
,
index
:
number
)
=>
{
return
(
<
MyTooltip
title=
{
item
.
nam
e
}
key=
{
uuid
()
}
>
<
MyTooltip
title=
{
item
.
titl
e
}
key=
{
uuid
()
}
>
<
Handle
className=
{
styles
.
handleBox
}
id=
{
item
.
name
}
...
...
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