Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
datax-cloud
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
黄营
datax-cloud
Commits
264de0dd
Commit
264de0dd
authored
Sep 17, 2020
by
yuwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
项目初始化
parent
bd492812
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
7 additions
and
29 deletions
+7
-29
MyInvolvedInstanceList.vue
...s/workflow/instance/myinvolved/MyInvolvedInstanceList.vue
+3
-14
MyStartedInstanceList.vue
...ews/workflow/instance/mystarted/MyStartedInstanceList.vue
+3
-14
RunningInstanceList.vue
...c/views/workflow/instance/running/RunningInstanceList.vue
+1
-1
No files found.
datax-ui/src/views/workflow/instance/myinvolved/MyInvolvedInstanceList.vue
View file @
264de0dd
...
...
@@ -108,13 +108,9 @@ export default {
{
prop
:
'processDefinitionId'
,
label
:
'流程定义ID'
,
show
:
true
},
{
prop
:
'processDefinitionName'
,
label
:
'流程定义名称'
,
show
:
true
},
{
prop
:
'name'
,
label
:
'流程实列名称'
,
show
:
true
},
{
prop
:
'suspensionState'
,
label
:
'状态'
,
show
:
true
,
formatter
:
this
.
statusFormatter
},
{
prop
:
'startTime'
,
label
:
'开始时间'
,
show
:
true
}
{
prop
:
'startTime'
,
label
:
'开始时间'
,
show
:
true
},
{
prop
:
'endTime'
,
label
:
'结束时间'
,
show
:
true
},
{
prop
:
'durationInMillis'
,
label
:
'耗时'
,
show
:
true
}
],
// 表格数据
tableDataList
:
[],
...
...
@@ -189,13 +185,6 @@ export default {
console
.
log
(
`当前页:
${
val
}
`
)
this
.
queryParams
.
pageNum
=
val
this
.
getList
()
},
statusFormatter
(
row
,
column
,
cellValue
,
index
)
{
if
(
cellValue
===
1
)
{
return
<
el
-
tag
type
=
'success'
>
激活
<
/el-tag
>
}
else
if
(
cellValue
===
2
)
{
return
<
el
-
tag
type
=
'warning'
>
挂起
<
/el-tag
>
}
}
}
}
...
...
datax-ui/src/views/workflow/instance/mystarted/MyStartedInstanceList.vue
View file @
264de0dd
...
...
@@ -109,13 +109,9 @@ export default {
{
prop
:
'processDefinitionId'
,
label
:
'流程定义ID'
,
show
:
true
},
{
prop
:
'processDefinitionName'
,
label
:
'流程定义名称'
,
show
:
true
},
{
prop
:
'name'
,
label
:
'流程实列名称'
,
show
:
true
},
{
prop
:
'suspensionState'
,
label
:
'状态'
,
show
:
true
,
formatter
:
this
.
statusFormatter
},
{
prop
:
'startTime'
,
label
:
'开始时间'
,
show
:
true
}
{
prop
:
'startTime'
,
label
:
'开始时间'
,
show
:
true
},
{
prop
:
'endTime'
,
label
:
'结束时间'
,
show
:
true
},
{
prop
:
'durationInMillis'
,
label
:
'耗时'
,
show
:
true
}
],
// 表格数据
tableDataList
:
[],
...
...
@@ -190,13 +186,6 @@ export default {
console
.
log
(
`当前页:
${
val
}
`
)
this
.
queryParams
.
pageNum
=
val
this
.
getList
()
},
statusFormatter
(
row
,
column
,
cellValue
,
index
)
{
if
(
cellValue
===
1
)
{
return
<
el
-
tag
type
=
'success'
>
激活
<
/el-tag
>
}
else
if
(
cellValue
===
2
)
{
return
<
el
-
tag
type
=
'warning'
>
挂起
<
/el-tag
>
}
}
}
}
...
...
datax-ui/src/views/workflow/instance/running/RunningInstanceList.vue
View file @
264de0dd
...
...
@@ -135,7 +135,7 @@ export default {
show
:
true
,
formatter
:
this
.
statusFormatter
},
{
prop
:
'startTime'
,
label
:
'
开始
时间'
,
show
:
true
}
{
prop
:
'startTime'
,
label
:
'
创建
时间'
,
show
:
true
}
],
// 表格数据
tableDataList
:
[],
...
...
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