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
b4c2ad25
Commit
b4c2ad25
authored
May 21, 2022
by
秦嘉
Browse files
Options
Browse Files
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
parents
4411b09b
44654350
Changes
7
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
1816 additions
and
0 deletions
+1816
-0
networkEquipment.vue
...s/IntegratedMonitor/reportStatistics/networkEquipment.vue
+724
-0
operationLog.vue
...views/IntegratedMonitor/reportStatistics/operationLog.vue
+372
-0
theServer.vue
src/views/IntegratedMonitor/reportStatistics/theServer.vue
+305
-0
accessControlList.vue
.../movingRingMonitoring/accessControl/accessControlList.vue
+373
-0
accessRecord.vue
...views/movingRingMonitoring/accessControl/accessRecord.vue
+14
-0
patrolInspectionPlan.vue
src/views/patrolManagement/patrolInspectionPlan.vue
+14
-0
patrolInspectionReport.vue
src/views/patrolManagement/patrolInspectionReport.vue
+14
-0
No files found.
src/views/IntegratedMonitor/reportStatistics/networkEquipment.vue
0 → 100644
View file @
b4c2ad25
This diff is collapsed.
Click to expand it.
src/views/IntegratedMonitor/reportStatistics/operationLog.vue
0 → 100644
View file @
b4c2ad25
This diff is collapsed.
Click to expand it.
src/views/IntegratedMonitor/reportStatistics/theServer.vue
0 → 100644
View file @
b4c2ad25
This diff is collapsed.
Click to expand it.
src/views/movingRingMonitoring/accessControl/accessControlList.vue
0 → 100644
View file @
b4c2ad25
This diff is collapsed.
Click to expand it.
src/views/movingRingMonitoring/accessControl/accessRecord.vue
0 → 100644
View file @
b4c2ad25
<!--出入记录-->
<
template
>
</
template
>
<
script
>
export
default
{
name
:
'AccessRecord'
}
</
script
>
<
style
scoped
>
</
style
>
src/views/patrolManagement/patrolInspectionPlan.vue
0 → 100644
View file @
b4c2ad25
<!--巡检计划-->
<
template
>
</
template
>
<
script
>
export
default
{
name
:
'PatrolInspectionPlan'
}
</
script
>
<
style
scoped
>
</
style
>
src/views/patrolManagement/patrolInspectionReport.vue
0 → 100644
View file @
b4c2ad25
<!--巡检报告-->
<
template
>
</
template
>
<
script
>
export
default
{
name
:
"PatrolInspectionReport"
}
</
script
>
<
style
scoped
>
</
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