From a8fcd8e9b9eefed6e233fa6c14d010c99285bbae Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Mon, 3 Jun 2024 23:39:15 +0800 Subject: [PATCH] update --- .../submission/components/StatisticsPanel.vue | 30 ++++++++++++++----- src/oj/submission/list.vue | 11 +------ 2 files changed, 24 insertions(+), 17 deletions(-) diff --git a/src/oj/submission/components/StatisticsPanel.vue b/src/oj/submission/components/StatisticsPanel.vue index a429e4e..9685af8 100644 --- a/src/oj/submission/components/StatisticsPanel.vue +++ b/src/oj/submission/components/StatisticsPanel.vue @@ -22,11 +22,18 @@ :options="options" /> + + + 统计 - + 答案正确数:{{ count.accepted }} @@ -39,14 +46,19 @@ - 正确率:{{ count.rate * 100 }}% + 正确率:{{ count.rate }} + + + 暂无提交 + +