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 }}

-