diff --git a/src/oj/submission/components/StatisticsPanel.vue b/src/oj/submission/components/StatisticsPanel.vue index 9685af8..e19dec5 100644 --- a/src/oj/submission/components/StatisticsPanel.vue +++ b/src/oj/submission/components/StatisticsPanel.vue @@ -22,13 +22,6 @@ :options="options" /> - - - 统计 @@ -36,7 +29,7 @@ - 答案正确数:{{ count.accepted }} + 正确提交数:{{ count.accepted }} @@ -50,11 +43,35 @@ - + - 暂无提交 + + 回答正确的人数:{{ list.length }} + + + + + 班级人数:{{ person.count }} + + + + + 班级完成度:{{ person.rate }} + + + + 暂无数据统计 + + +