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
bc978e2a
Commit
bc978e2a
authored
Aug 08, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
组织页面export
parent
8947da7f
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
51 additions
and
3 deletions
+51
-3
src/pages/data-analysis/data-analysis.vue
src/pages/data-analysis/data-analysis.vue
+16
-0
src/pages/data-analysis/operation-overview.vue
src/pages/data-analysis/operation-overview.vue
+9
-1
src/pages/data-analysis/org-application.vue
src/pages/data-analysis/org-application.vue
+8
-0
src/pages/data-analysis/org-service.vue
src/pages/data-analysis/org-service.vue
+9
-1
src/pages/data-analysis/service-control.vue
src/pages/data-analysis/service-control.vue
+9
-1
No files found.
src/pages/data-analysis/data-analysis.vue
View file @
bc978e2a
...
...
@@ -28,6 +28,22 @@ export default {
{
name
:
"
我的应用数据分析
"
,
path
:
`/data_analysis/my_application`
},
{
name
:
"
组织服务数据分析
"
,
path
:
`/data_analysis/org_service`
},
{
name
:
"
组织应用数据分析
"
,
path
:
`/data_analysis/org_application`
},
{
name
:
"
运行概况-组织
"
,
path
:
`/data_analysis/operation_overview`
},
{
name
:
"
服务管控-组织
"
,
path
:
`/data_analysis/service_control`
}
],
navList
:
[]
...
...
src/pages/data-analysis/operation-overview.vue
View file @
bc978e2a
...
...
@@ -3,3 +3,11 @@
组织-运行概况
</div>
</
template
>
<
script
>
export
default
{
methods
:
{
getData
()
{}
}
};
</
script
>
src/pages/data-analysis/org-application.vue
View file @
bc978e2a
...
...
@@ -3,3 +3,11 @@
组织-应用
</div>
</
template
>
<
script
>
export
default
{
methods
:
{
getData
()
{}
}
};
</
script
>
src/pages/data-analysis/org-service.vue
View file @
bc978e2a
...
...
@@ -3,3 +3,11 @@
组织-服务
</div>
</
template
>
<
script
>
export
default
{
methods
:
{
getData
()
{}
}
};
</
script
>
src/pages/data-analysis/service-control.vue
View file @
bc978e2a
...
...
@@ -3,3 +3,11 @@
组织-服务管控
</div>
</
template
>
<
script
>
export
default
{
methods
:
{
getData
()
{}
}
};
</
script
>
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