Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
dcxy-system
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-system
Commits
547d9390
Commit
547d9390
authored
Apr 24, 2019
by
姜雷
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改页面展示数据
parent
f98d78c2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
CampusRankChart.vue
src/containers/Dashboard/CampusRank/CampusRankChart.vue
+2
-2
No files found.
src/containers/Dashboard/CampusRank/CampusRankChart.vue
View file @
547d9390
...
@@ -3,8 +3,8 @@
...
@@ -3,8 +3,8 @@
<div
id=
"CampusRank"
>
<div
id=
"CampusRank"
>
<div
class=
"CampusRank-legend"
>
<div
class=
"CampusRank-legend"
>
<template
v-if=
"this.data && this.data.length === 10"
>
<template
v-if=
"this.data && this.data.length === 10"
>
其他校区:
<span>
{{
other
}}
</span><br>
其他校区:
<span>
{{
other
.
toFixed
(
2
)
}}
</span><br>
前十校区:
<span>
{{
topTen
}}
</span>
前十校区:
<span>
{{
topTen
.
toFixed
(
2
)
}}
</span>
</
template
>
</
template
>
<
template
v-else-if=
"this.data.length"
>
<
template
v-else-if=
"this.data.length"
>
校区汇总:
<span>
{{
topTen
.
toFixed
(
2
)
}}
</span>
校区汇总:
<span>
{{
topTen
.
toFixed
(
2
)
}}
</span>
...
...
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