Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
apaas-ui
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
gzga-jzapi
apaas-ui
Commits
958d802a
Commit
958d802a
authored
Aug 10, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程管理详情页
parent
37430b29
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
30 additions
and
3 deletions
+30
-3
src/pages/workbench/component-center/process-management/designer/detail.vue
...h/component-center/process-management/designer/detail.vue
+30
-3
No files found.
src/pages/workbench/component-center/process-management/designer/detail.vue
View file @
958d802a
...
...
@@ -54,8 +54,24 @@
<line-chart
class=
"block-radius-content"
:area_flag=
"false"
:data=
"line_data"
></line-chart>
</block-radius>
</div>
<div
class=
"data_charts_box"
></div>
<div
class=
"data_charts_box"
></div>
<div
class=
"data_charts_box"
>
<block-radius
:show_header=
"true"
title=
"节点平均耗时排行"
class=
"block"
>
<toplist
class=
"block-radius-content"
:options=
"toplistData"
:target-value=
"toplistTargetValue"
></toplist>
</block-radius>
</div>
<div
class=
"data_charts_box"
>
<block-radius
:show_header=
"true"
title=
"节点超时率排行"
class=
"block"
>
<BarChart
:data=
"bar_data_org"
:colors=
"['#274fee', '#274fee']"
:x_router=
"30"
/>
</block-radius>
</div>
</div>
</div>
<div
slot=
"suvice"
>
流程
</div>
...
...
@@ -73,13 +89,17 @@ import infoList from '@/components/infoList'
import
tableUm
from
'
@/components/table/table-um
'
import
BlockRadius
from
"
@/components/general/block-radius
"
;
import
lineChart
from
"
@/components/e-charts/line_chart
"
;
import
Toplist
from
"
@/components/e-charts/toplist
"
;
import
BarChart
from
"
@/components/e-charts/bar-chart
"
;
export
default
{
components
:
{
serviceHeader
,
infoList
,
tableUm
,
BlockRadius
,
lineChart
lineChart
,
Toplist
,
BarChart
},
data
(){
return
{
...
...
@@ -97,6 +117,9 @@ export default {
fixed_url
:
'
/
'
,
url
:
''
},
toplistData
:[],
toplistTargetValue
:
0
,
bar_data_org
:
{},
state
:
1
,
now_service
:
0
,
service_arr
:[],
...
...
@@ -409,4 +432,8 @@ export default {
height
:
calc
(
100%
-
36px
);
margin-top
:
15px
;
}
.block
{
width
:
100%
;
height
:
100%
;
}
</
style
>
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