Commit 547d9390 by 姜雷

修改页面展示数据

parent f98d78c2
...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment