From aba71ca45593616b45b80e9ef77e669b0fd5ce26 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 4 Jun 2024 10:19:00 +0800 Subject: [PATCH] add statistics --- .../submission/components/StatisticsPanel.vue | 57 +++++++++++++------ 1 file changed, 41 insertions(+), 16 deletions(-) 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 }} + + + + 暂无数据统计 + + +