|
@@ -26,8 +26,8 @@ const schedule = {
|
|
|
|
|
|
match_time: { type: String }, // 比赛时间
|
|
|
match_file: { type: Array }, // 比赛图片
|
|
|
- status: { type: String, default: '0' }, // 状态
|
|
|
-
|
|
|
+ status: { type: String, default: "0" }, // 状态
|
|
|
+ position: { type: String }, // 比赛场次轮数
|
|
|
format: { type: Array }, // 赛制
|
|
|
is_bye: { type: Boolean, default: false }, // 是否轮空, 轮空只有1个队伍
|
|
|
remark: { type: String },
|