-
双败淘汰赛赛程图 (BO3)
+
双败淘汰赛赛程树状图
-
-
+
+
+
选择比赛
+
+
+ -- 请选择比赛 --
+
+ {{ tournament.name }}
+
+
+
+ 已选择: {{ selectedTournamentName }}
+
+
+
+
参赛者列表
+
+
请先选择比赛
+
加载中...
+
+
暂无参赛者
+
+ 共 {{ participants.length }} 位参赛者
+
+
+ {{ participant.name }}
+
+
+
+
+
+
+
生成赛程
+
+ 生成双败淘汰赛程
+
+
+
+
+
+
胜者组
+
+
+ 胜者组 - 第 {{ rIndex + 1 }} 轮
+
+
+
+
+ {{ match.participant1 ? match.participant1.name : '轮空' }}
+
+
+
+ {{ match.participant2 ? match.participant2.name : '轮空' }}
+
+
+
+ 确认比分
+
+
+
+
+
+
+
+
+
+
+
败者组
+
+
+ 败者组 - 第 {{ rIndex + 1 }} 轮
+
+
+
+
+ {{ match.participant1 ? match.participant1.name : '轮空' }}
+
+
+
+ {{ match.participant2 ? match.participant2.name : '轮空' }}
+
+
+
+ 确认比分
+
+
+
+
+
+
+
+
+
+
+
决赛 (BO5)
+
+
+ {{ finalMatch.participant1 ? finalMatch.participant1.name : '待定' }}
+
+
+
+ {{ finalMatch.participant2 ? finalMatch.participant2.name : '待定' }}
+
+
+
确认决赛比分
+
+
+
+
最终排名
+
🏆 冠军: {{ champion }}
+
🥈 亚军: {{ runnerUp }}
+
🥉 季军: {{ thirdPlace }}
+
-
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/src/components/RankContestant.vue b/src/components/RankContestant.vue
index bc72d04..773e081 100644
--- a/src/components/RankContestant.vue
+++ b/src/components/RankContestant.vue
@@ -12,7 +12,7 @@
{{ item.username }}
{{ item.faction }}
-
{{ item.score }}
+
{{ item.score }}
@@ -31,7 +31,7 @@