Browse Source

提交代码,增加界面上上周榜单

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/2162/head
zouap 3 years ago
parent
commit
4f999089e0
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      web_src/js/components/UserAnalysis.vue

+ 1
- 0
web_src/js/components/UserAnalysis.vue View File

@@ -6,6 +6,7 @@
<div style="margin-top: 20px;">
<span class="sta_iterm">统计周期:</span>
<button type="button" class='btnFirst' id ="yesterday_usr" v-bind:class="{colorChange:1==dynamic}" @click="resetPage(),getUserList('yesterday_usr',1)">昨天</button>
<button type="button" class='btn' id = "last_week_usr" v-bind:class="{colorChange:8==dynamic}" @click="resetPage(),getUserList('last_week_usr',8)">上周</button>
<button type="button" class='btn' id = "current_week_usr" v-bind:class="{colorChange:2==dynamic}" @click="resetPage(),getUserList('current_week_usr',2)">本周</button>
<button type="button" class='btn' id = "current_month_usr" v-bind:class="{colorChange:3==dynamic}" @click="resetPage(),getUserList('current_month_usr',3)">本月</button>
<button type="button" class='btn' id = "last_month_usr" v-bind:class="{colorChange:4==dynamic}" @click="resetPage(),getUserList('last_month_usr',4)">上月</button>


Loading…
Cancel
Save