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
sunyihao
bkunyun
Commits
825fd8dd
Commit
825fd8dd
authored
Jul 07, 2022
by
wuyongsheng
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feat-20220705-customTemplate' into 'release'
fix: batch运行完成状态显示 See merge request
!89
parents
c5555c8c
a73aec2e
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
index.tsx
src/views/Project/components/Flow/index.tsx
+1
-1
interface.ts
src/views/Project/components/Flow/interface.ts
+3
-1
No files found.
src/views/Project/components/Flow/index.tsx
View file @
825fd8dd
...
...
@@ -61,7 +61,7 @@ const BatchNode = (props: IBatchNode) => {
className=
{
classNames
({
[
styles
.
batchNode
]:
true
,
[
styles
.
selectedBatchBox
]:
selectedStatus
,
[
styles
.
selectBatchNode
]:
selectedStatus
,
[
styles
.
selectBatchNode
]:
data
.
executionStatus
===
"Done"
,
})
}
style=
{
style
}
>
...
...
src/views/Project/components/Flow/interface.ts
View file @
825fd8dd
...
...
@@ -2,7 +2,7 @@
* @Author: 吴永生#A02208 yongsheng.wu@wholion.com
* @Date: 2022-06-23 11:00:29
* @LastEditors: 吴永生#A02208 yongsheng.wu@wholion.com
* @LastEditTime: 2022-07-0
4 14:26:18
* @LastEditTime: 2022-07-0
7 11:23:14
* @FilePath: /bkunyun/src/views/Project/components/Flow/interface.ts
* @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
*/
...
...
@@ -38,6 +38,8 @@ export interface IBatchNodeData {
selectedStatus
?:
boolean
;
/** 是否校验通过 */
isCheck
?:
boolean
;
/** 运行状态 */
executionStatus
:
string
}
export
interface
IBatchNode
{
data
:
IBatchNodeData
...
...
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