From 46c3176cd25cfb54e269f024a91f30162762a6fe Mon Sep 17 00:00:00 2001
From: yuetsh <517252939@qq.com>
Date: Sun, 24 May 2026 23:43:14 -0600
Subject: [PATCH] hide who is leaving
---
src/shared/components/StatisticsPanel.vue | 253 +++++++++++++++-------
1 file changed, 173 insertions(+), 80 deletions(-)
diff --git a/src/shared/components/StatisticsPanel.vue b/src/shared/components/StatisticsPanel.vue
index 85552c3..27d67db 100644
--- a/src/shared/components/StatisticsPanel.vue
+++ b/src/shared/components/StatisticsPanel.vue
@@ -1,15 +1,15 @@
-
+
-
-
- 正确提交数:{{ count.accepted }}
-
-
- 总提交数:{{ count.total }}
-
-
- 正确率:{{ count.rate }}
-
-
-
-
- 回答正确的人数:{{ list.length }}
-
-
- 班级人数:{{ person.count }}
-
-
- 班级完成度:{{ person.rate }}
-
-
-
-
- {{ unaccepted ? "隐藏没有完成的" : "显示没有完成的" }}
-
-
-
-
- 暂无数据统计
-
-
-
-
- 这 {{ listUnaccepted.length }} 位没有完成:
-
-
- {{ name }}
-
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
总提交
+
{{ count.total }}
+
+
+
正确提交
+
{{ count.accepted }}
+
+
+
正确率
+
{{ count.rate }}
+
+
+
+
完成人数
+
{{ list.length }}
+
+
+
班级人数
+
{{ adjustedPersonCount }}
+
+
+
完成度
+
{{ adjustedPersonRate }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 请假隐藏中
+ 请假隐藏
+
+
+ 恢复 {{ hiddenCount }} 位
+
+
+
+
+ 全都完成了
+
+
+
+ {{ item.real_name }}
+
+ {{ item.real_name }}
+
+
+
+
+
-
+