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
32fade36
Commit
32fade36
authored
Aug 27, 2020
by
徐一鸣
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev' of cloud.wodcloud.com:apaas/apaas-v3-ui into dev
parents
bf6121ed
0c3addf8
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
16 additions
and
16 deletions
+16
-16
src/components/table/table-um.vue
src/components/table/table-um.vue
+1
-1
src/pages/data-analysis/super-application.vue
src/pages/data-analysis/super-application.vue
+1
-5
src/pages/data-analysis/super-service.vue
src/pages/data-analysis/super-service.vue
+11
-7
src/request/api/data-analysis.js
src/request/api/data-analysis.js
+3
-3
No files found.
src/components/table/table-um.vue
View file @
32fade36
...
@@ -874,7 +874,7 @@ em {
...
@@ -874,7 +874,7 @@ em {
} */
} */
.el-table__placeholder
{
.el-table__placeholder
{
display
:
inline-block
;
display
:
inline-block
;
width
:
40
px
;
width
:
24
px
;
}
}
.th_pink
{
.th_pink
{
background-color
:
#faf2e2
!important
;
background-color
:
#faf2e2
!important
;
...
...
src/pages/data-analysis/super-application.vue
View file @
32fade36
...
@@ -193,11 +193,7 @@
...
@@ -193,11 +193,7 @@
<el-col
:span=
"6"
class=
"in_right"
>
<el-col
:span=
"6"
class=
"in_right"
>
<el-row>
<el-row>
<el-col
:span=
"24"
class=
"in_block"
>
<el-col
:span=
"24"
class=
"in_block"
>
<block-radius
<block-radius
:show_header=
"true"
title=
"应用部署排名分析"
class=
"block"
>
:show_header=
"true"
title=
"应用部署排名分析"
class=
"block"
>
<toplist
<toplist
class=
"block-radius-content"
class=
"block-radius-content"
:options=
"toplistData"
:options=
"toplistData"
...
...
src/pages/data-analysis/super-service.vue
View file @
32fade36
...
@@ -179,11 +179,7 @@
...
@@ -179,11 +179,7 @@
<el-col
:span=
"6"
class=
"in_right"
>
<el-col
:span=
"6"
class=
"in_right"
>
<el-row>
<el-row>
<el-col
:span=
"24"
class=
"in_block"
>
<el-col
:span=
"24"
class=
"in_block"
>
<block-radius
<block-radius
:show_header=
"true"
title=
"服务调用排名分析"
class=
"block"
>
:show_header=
"true"
title=
"服务调用排名分析"
class=
"block"
>
<toplist
<toplist
class=
"block-radius-content"
class=
"block-radius-content"
:options=
"toplistData"
:options=
"toplistData"
...
@@ -618,8 +614,8 @@ export default {
...
@@ -618,8 +614,8 @@ export default {
this
.
commentlistData
=
response
.
data
.
data
.
concat
(
this
.
commentlistData
=
response
.
data
.
data
.
concat
(
this
.
commentlistData
this
.
commentlistData
);
);
this
.
last_id
=
this
.
commentlistData
[
0
].
last_id
;
}
}
this
.
last_id
=
this
.
commentlistData
[
0
].
last_id
;
}
}
});
});
},
},
...
@@ -630,13 +626,21 @@ export default {
...
@@ -630,13 +626,21 @@ export default {
})
})
.
then
((
response
)
=>
{
.
then
((
response
)
=>
{
if
(
response
.
data
.
success
==
1
)
{
if
(
response
.
data
.
success
==
1
)
{
let
data
=
response
.
data
.
data
;
this
.
serviceSpData
=
{
xAxisData
:
data
.
xAxis
.
data
,
seriesData
:
data
.
series
,
};
}
}
});
});
},
},
getServiceApprovalStatus
()
{
getServiceApprovalStatus
()
{
this
.
$api
.
dataAnalysis
.
getServiceApprovalStatus
().
then
((
response
)
=>
{
this
.
$api
.
dataAnalysis
.
getServiceApprovalStatus
().
then
((
response
)
=>
{
if
(
response
.
data
.
success
==
1
)
{
if
(
response
.
data
.
success
==
1
)
{
this
.
fwsp_data
=
response
.
data
.
data
;
this
.
fwsp_data
=
[
{
name
:
"
已审批
"
,
value
:
response
.
data
.
data
.
approval
},
{
name
:
"
待审批
"
,
value
:
response
.
data
.
data
.
to_approval
},
];
}
}
});
});
},
},
...
...
src/request/api/data-analysis.js
View file @
32fade36
...
@@ -37,11 +37,11 @@ const dataAnalysis = {
...
@@ -37,11 +37,11 @@ const dataAnalysis = {
getServiceHotSearch
()
{
getServiceHotSearch
()
{
return
axios
.
get
(
`/apaas/service/v3/statistics/normal/service/search`
);
return
axios
.
get
(
`/apaas/service/v3/statistics/normal/service/search`
);
},
},
getServiceApprovalChanges
()
{
getServiceApprovalChanges
(
params
)
{
return
axios
.
get
(
``
);
return
axios
.
get
(
`
/apaas/service/v3/statistics/normal/service/approval/trend?type=
${
params
.
type
==
0
?
'
day14
'
:
'
day30
'
}
`
);
},
},
getServiceApprovalStatus
()
{
getServiceApprovalStatus
()
{
return
axios
.
get
(
``
);
return
axios
.
get
(
`
/apaas/service/v3/statistics/normal/service/approval/distribute
`
);
},
},
//app
//app
...
...
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