From cce6029403f8920fdd9ee51dcbfe32b251a6e264 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Tue, 21 Nov 2023 11:20:39 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AB=9E=E8=B5=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/const/match.js | 2 +- src/pages/match/details/index.vue | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) 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 }}小时,公布阶段比赛成绩。
+晋级规则: