Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-manage-shell
Project
Overview
Details
Activity
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
姜雷
dcxy-manage-shell
Commits
0e6ff6fd
Commit
0e6ff6fd
authored
Apr 19, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改校区名称更新
parent
6b668c7f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
4 deletions
+5
-4
CampusRank.vue
src/containers/Dashboard/CampusRank/CampusRank.vue
+1
-3
CampusRankChart.vue
src/containers/Dashboard/CampusRank/CampusRankChart.vue
+3
-0
SeviceRatio.vue
src/containers/Dashboard/SeviceRatio/SeviceRatio.vue
+1
-1
No files found.
src/containers/Dashboard/CampusRank/CampusRank.vue
View file @
0e6ff6fd
...
...
@@ -54,9 +54,7 @@ export default {
]),
changeFilterHandle
(
data
)
{
this
.
updateFilters
(
data
);
this
.
fetchConsumeList
().
then
(()
=>
{
this
.
updateCampusName
(
data
.
areaName
);
});
this
.
fetchConsumeList
();
},
changeCampusHandle
(
data
)
{
this
.
fetchConsumeList
({
...
...
src/containers/Dashboard/CampusRank/CampusRankChart.vue
View file @
0e6ff6fd
...
...
@@ -103,6 +103,9 @@ export default {
this
.
changeSelected
(
this
.
data
[
0
]);
this
.
updateCampusName
(
this
.
data
[
0
].
areaName
);
this
.
SelectedDataIndex
=
this
.
data
[
0
];
}
else
{
this
.
updateCampusName
();
this
.
SelectedDataIndex
=
null
;
}
},
clickHandle
(
ev
)
{
...
...
src/containers/Dashboard/SeviceRatio/SeviceRatio.vue
View file @
0e6ff6fd
...
...
@@ -5,7 +5,7 @@
<img
src=
"@/assets/images/dashboard/icon_zhanbi@2x.png"
/>
</div>
<div
class=
"Dashboard-title-text"
>
各服务消费占比
</div>
<
div
class=
"Dashboard-title-top"
>
TOP1
</div
>
<
!--
<div
class=
"Dashboard-title-top"
>
TOP1
</div>
--
>
</div>
<SeviceRatioChart
:data=
"seviceRatioList"
...
...
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