Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
I
IT-monitor
Project
Project
Details
Activity
Releases
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
张伯涛
IT-monitor
Commits
58d06c03
Commit
58d06c03
authored
May 26, 2022
by
Asjoker
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
feat: 综合监控-剩余
parent
52996207
Changes
5
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
2214 additions
and
5 deletions
+2214
-5
TOPNReport.vue
src/views/IntegratedMonitor/reportStatistics/TOPNReport.vue
+478
-0
addStatisticReport.vue
...IntegratedMonitor/reportStatistics/addStatisticReport.vue
+399
-0
errorReport.vue
src/views/IntegratedMonitor/reportStatistics/errorReport.vue
+707
-0
flowStatistics.vue
...ews/IntegratedMonitor/reportStatistics/flowStatistics.vue
+5
-5
statisticsReport.vue
...s/IntegratedMonitor/reportStatistics/statisticsReport.vue
+625
-0
No files found.
src/views/IntegratedMonitor/reportStatistics/TOPNReport.vue
0 → 100644
View file @
58d06c03
This diff is collapsed.
Click to expand it.
src/views/IntegratedMonitor/reportStatistics/addStatisticReport.vue
0 → 100644
View file @
58d06c03
This diff is collapsed.
Click to expand it.
src/views/IntegratedMonitor/reportStatistics/errorReport.vue
0 → 100644
View file @
58d06c03
This diff is collapsed.
Click to expand it.
src/views/IntegratedMonitor/reportStatistics/flowStatistics.vue
View file @
58d06c03
...
...
@@ -138,10 +138,10 @@
>
<el-table-column
:show-overflow-tooltip=
"true"
label=
"颜色"
width=
"80"
align=
"center"
prop=
"monitorObject"
>
<
template
slot-scope=
"scope"
>
<div
v-if=
"scope.row.id === '1'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#b2d48d"
></div
>
<div
v-if=
"scope.row.id === '2'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#89a3ec"
></div
>
<div
v-if=
"scope.row.id === '3'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#5fb9c9"
></div
>
<div
v-if=
"scope.row.id === '4'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#ec89bc"
></div
>
<div
v-if=
"scope.row.id === '1'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#b2d48d"
/
>
<div
v-if=
"scope.row.id === '2'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#89a3ec"
/
>
<div
v-if=
"scope.row.id === '3'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#5fb9c9"
/
>
<div
v-if=
"scope.row.id === '4'"
style=
"cursor:pointer;height:24px;width:50px;margin:5px auto;background-color:#ec89bc"
/
>
</
template
>
</el-table-column>
<el-table-column
type=
"index"
label=
"名次"
width=
"55"
align=
"center"
/>
...
...
@@ -634,7 +634,7 @@ export default {
margin-bottom
:
10px
}
.app-container-realTime
{
padding
:
0
px
20px
10px
;
padding
:
0
20px
10px
;
font-size
:
18px
;
.equipmentDiv
{
max-height
:
200px
;
...
...
src/views/IntegratedMonitor/reportStatistics/statisticsReport.vue
0 → 100644
View file @
58d06c03
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