|
@@ -14,7 +14,7 @@ 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: String, required: false, zh: '选手二' }, //
|
|
|
+ player_two: { type: Number, required: false, zh: '选手二' }, //
|
|
|
player_two_score: { type: String, required: false, zh: '选手二比分' }, //
|
|
|
player_two_node: { type: String, required: false, zh: '选手二节点' }, //
|
|
|
is_change: { type: String, required: false, default: '0', zh: '是否交换' }, //
|