From c4c9543e98fbf84f8c2e8f47e94cf9581a643999 Mon Sep 17 00:00:00 2001 From: Himit_ZH <372347736@qq.com> Date: Thu, 9 Dec 2021 22:23:10 +0800 Subject: [PATCH] update fe --- .../oj/contest/children/OIContestRank.vue | 24 +++++++++++++------ 1 file changed, 17 insertions(+), 7 deletions(-) diff --git a/hoj-vue/src/views/oj/contest/children/OIContestRank.vue b/hoj-vue/src/views/oj/contest/children/OIContestRank.vue index 055942ea..09e90c03 100644 --- a/hoj-vue/src/views/oj/contest/children/OIContestRank.vue +++ b/hoj-vue/src/views/oj/contest/children/OIContestRank.vue @@ -195,13 +195,23 @@ > - {{ problem.displayId }} + + +
+ {{ problem.displayId + '. ' + problem.displayTitle }} +
+ {{ 'Accepted: ' + problem.ac }} +
+ {{ 'Rejected: ' + (problem.total - problem.ac) }} +
+ {{ problem.displayId }} + +
+