修正競賽團隊編輯、個人賽顯示、團體賽顯示 bug

This commit is contained in:
2025-09-20 22:44:21 +08:00
parent c5bbec5ca8
commit 049b53fa43
15 changed files with 480 additions and 85 deletions

View File

@@ -24,6 +24,7 @@ export interface JudgeScore {
// 新增團隊成員接口
export interface TeamMember {
id: string
user_id?: string // 添加可選的 user_id 字段
name: string
department: string
role: string // 角色:隊長、成員等