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
22da9577
Commit
22da9577
authored
Dec 22, 2020
by
刘殿昕
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
运营管控
parent
2b751606
Changes
5
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
6 additions
and
9 deletions
+6
-9
src/pages/data-analysis/my-service.vue
src/pages/data-analysis/my-service.vue
+1
-1
src/pages/data-analysis/org-application.vue
src/pages/data-analysis/org-application.vue
+1
-1
src/pages/data-analysis/org-service.vue
src/pages/data-analysis/org-service.vue
+1
-1
src/pages/data-analysis/super-application.vue
src/pages/data-analysis/super-application.vue
+2
-5
src/pages/data-analysis/super-service.vue
src/pages/data-analysis/super-service.vue
+1
-1
No files found.
src/pages/data-analysis/my-service.vue
View file @
22da9577
...
...
@@ -588,7 +588,7 @@ export default {
};
// top5_rank
this
.
hotSearchData
=
[];
if
(
data
.
top5_rank
&&
data
.
top5_rank
.
length
)
{
if
(
data
.
top5_rank
&&
data
.
top5_rank
.
length
!=
0
)
{
data
.
top5_rank
.
forEach
((
e
,
idx
)
=>
{
this
.
hotSearchData
.
push
({
id
:
e
.
service_id
,
...
...
src/pages/data-analysis/org-application.vue
View file @
22da9577
...
...
@@ -315,7 +315,7 @@ export default {
now_app_count
:
14
,
now_app_deploy
:
1
,
now_app_evalute
:
1
,
now_app_approval
:
0
,
now_app_approval
:
14
,
now_app_approval_state
:
0
,
mult_data
:
[
{
name
:
"
基础工具
"
,
value
:
0
},
...
...
src/pages/data-analysis/org-service.vue
View file @
22da9577
...
...
@@ -500,7 +500,7 @@ export default {
};
// top5_rank
this
.
hotSearchData
=
[];
if
(
data
.
top5_rank
&&
data
.
top5_rank
.
length
)
{
if
(
data
.
top5_rank
&&
data
.
top5_rank
.
length
!=
0
)
{
data
.
top5_rank
.
forEach
((
e
,
idx
)
=>
{
this
.
hotSearchData
.
push
({
id
:
e
.
service_id
,
...
...
src/pages/data-analysis/super-application.vue
View file @
22da9577
...
...
@@ -309,7 +309,7 @@ export default {
now_app_count
:
14
,
now_app_deploy
:
1
,
now_app_evalute
:
1
,
now_app_approval
:
0
,
now_app_approval
:
14
,
now_app_approval_state
:
0
,
mult_data
:
[
{
name
:
"
基础工具
"
,
value
:
0
},
...
...
@@ -711,10 +711,7 @@ export default {
.
then
((
response
)
=>
{
if
(
response
.
data
.
success
==
1
)
{
let
data
=
response
.
data
.
data
;
this
.
serviceSpData
=
{
xAxisData
:
data
.
data
,
seriesData
:
data
.
series
,
};
this
.
Yysp_data
=
data
.
series
[
0
].
data
;
}
});
},
...
...
src/pages/data-analysis/super-service.vue
View file @
22da9577
...
...
@@ -494,7 +494,7 @@ export default {
};
// top5_rank
this
.
hotSearchData
=
[];
if
(
data
.
top5_rank
&&
data
.
top5_rank
.
length
)
{
if
(
data
.
top5_rank
&&
data
.
top5_rank
.
length
!=
0
)
{
data
.
top5_rank
.
forEach
((
e
,
idx
)
=>
{
this
.
hotSearchData
.
push
({
id
:
e
.
service_id
,
...
...
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