|
@@ -14,8 +14,8 @@ const eliminate = {
|
|
|
player_one: { type: String, required: false, zh: '选手一' }, //
|
|
|
player_one_score: { type: Number, required: false, zh: '选手一比分' }, //
|
|
|
player_one_node: { type: String, required: false, zh: '选手一节点' }, //
|
|
|
- player_two: { type: Number, required: false, zh: '选手二' }, //
|
|
|
- player_two_score: { type: String, required: false, zh: '选手二比分' }, //
|
|
|
+ player_two: { type: String, required: false, zh: '选手二' }, //
|
|
|
+ player_two_score: { type: Number, required: false, zh: '选手二比分' }, //
|
|
|
player_two_node: { type: String, required: false, zh: '选手二节点' }, //
|
|
|
is_change: { type: String, required: false, default: '0', zh: '是否交换' }, //
|
|
|
status: { type: String, required: false, default: '0', zh: '赛程状态' }, // 0:待开始,1:已开始,2:已结束
|