From bdb3ffba439948dab246fc8d7d62c190b5ad44d2 Mon Sep 17 00:00:00 2001 From: yujialong <479214531@qq.com> Date: Fri, 13 Jan 2023 17:58:31 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B5=9B=E4=BA=8B=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/index.js | 2 + src/pages/match/details/index.vue | 463 ++++++++++++++------------ src/pages/match/list/index.vue | 44 ++- src/pages/screen/index.vue | 7 +- src/pages/touristMatch/list/index.vue | 30 +- src/setting.js | 2 +- src/store/modules/match.js | 2 +- 7 files changed, 319 insertions(+), 231 deletions(-) diff --git a/src/api/index.js b/src/api/index.js index e4ebbc1..c2d26de 100644 --- a/src/api/index.js +++ b/src/api/index.js @@ -99,6 +99,8 @@ export default { allowedParticipateCompetition: `competition/competition/management/allowedParticipateCompetition`, stageSelectParticipants: `competition/competition/teamParticipant/stageSelectParticipants`, getCustomerBySchoolId: `nakadai/nakadai/customer/getCustomerBySchoolId`, + isParticipant: `competition/competition/management/isParticipant`, + editCompetitionTeam: `competition/competition/team/editCompetitionTeam`, frontDeskOverallRanking: `${host1}competition/competition/rank/frontDeskOverallRanking`, frontOfficeCompetitionRanking: `${host1}competition/competition/rank/frontOfficeCompetitionRanking`, stageGradeManagementList: `${host1}competition/competition/performance/stageGradeManagementList`, diff --git a/src/pages/match/details/index.vue b/src/pages/match/details/index.vue index 8833c91..f13e4ed 100644 --- a/src/pages/match/details/index.vue +++ b/src/pages/match/details/index.vue @@ -22,75 +22,83 @@
{{ form.name }}
最近编辑时间:{{ form.updateTime }}
+ +
+
竞赛信息
+
+ -
竞赛信息
-
- - - -
赛程、规则与内容
-
共3个竞赛阶段,同一个团队每个成员只能参加一个阶段赛项
-
-

{{ rule.stageName }}

-

比赛时间:{{ rule.startTime + ' ~ ' + rule.endTime }}

-

比赛方式:{{ methods.find(e => e.id == rule.method) && methods.find(e => e.id == rule.method).name }}

-

课程系统:{{ rule.systemName }}

-