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
67834fdd
Commit
67834fdd
authored
Aug 17, 2020
by
张俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
流程监控接口
parent
a8b6569c
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
185 additions
and
149 deletions
+185
-149
src/components/e-charts/multiple_circle.vue
src/components/e-charts/multiple_circle.vue
+1
-1
src/pages/workbench/component-center/process-management/monitoring/index.vue
.../component-center/process-management/monitoring/index.vue
+184
-148
No files found.
src/components/e-charts/multiple_circle.vue
View file @
67834fdd
...
@@ -88,7 +88,7 @@ export default {
...
@@ -88,7 +88,7 @@ export default {
};
};
var
data
=
[];
var
data
=
[];
var
total
=
0
;
var
total
=
0
;
var
color
=
[
"
#274fee
"
,
"
#f5ab4c
"
,
"
#e15260
"
,
"
#a9aec0
"
,
"
#e56600
"
];
var
color
=
this
.
color
?
this
.
color
:
[
"
#274fee
"
,
"
#f5ab4c
"
,
"
#e15260
"
,
"
#a9aec0
"
,
"
#e56600
"
];
var
color2
=
[
"
#ef9433
"
,
"
#515fe7
"
];
var
color2
=
[
"
#ef9433
"
,
"
#515fe7
"
];
var
legendarr
=
[];
var
legendarr
=
[];
var
temp2_data
=
0
;
var
temp2_data
=
0
;
...
...
src/pages/workbench/component-center/process-management/monitoring/index.vue
View file @
67834fdd
This diff is collapsed.
Click to expand it.
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