diff --git a/src/const/match.js b/src/const/match.js index c6c17e1..69c38df 100644 --- a/src/const/match.js +++ b/src/const/match.js @@ -28,7 +28,7 @@ }, { id: 2, - name: '线下' + name: '其它' } ], teamCalculationMethods: [ diff --git a/src/pages/match/details/index.vue b/src/pages/match/details/index.vue index 176b05c..0c72e78 100644 --- a/src/pages/match/details/index.vue +++ b/src/pages/match/details/index.vue @@ -82,19 +82,19 @@
比赛时间:{{ rule.startTime && rule.startTime + ' ~ ' + rule.endTime }}
比赛方式:{{ methods.find(e => e.id == rule.method) && methods.find(e => e.id == rule.method).name }}
课程系统:{{ rule.systemName }}
-线上地点:{{ rule.onlineAddress }}
-线下地点:{{ rule.offlineAddress }}
+线下地点:{{ rule.onlineAddress }}
+比赛地点:{{ rule.offlineAddress }}
-线下地点:{{ rule.offlineAddress }}
+比赛地点:{{ rule.offlineAddress }}
比赛内容:{{ rule.contentDescription }}
评分规则:{{ rule.scoreRule }}
-团队参赛人数限制:{{ rule.teamNumLimit || '不限制' }}
+每个团队参赛人数限制:{{ rule.teamNumLimit || '不限制' }}
团队成绩计算方式:{{ teamCalculationMethods.find(e => e.id == rule.teamCalculationMethod) && teamCalculationMethods.find(e => e.id == rule.teamCalculationMethod).name }}
-阶段比赛结束后{{ rule.resultAnnouncementTime }}小时,公布阶段比赛成绩。
+晋级规则: