|
|
|
@ -52,7 +52,7 @@ |
|
|
|
|
<p>比赛时间:{{ rule.startTime && rule.startTime + ' ~ ' + rule.endTime }}</p> |
|
|
|
|
<p>比赛方式:{{ methods.find(e => e.id == rule.method) && methods.find(e => e.id == rule.method).name }}</p> |
|
|
|
|
<p v-if="rule.method != 2">课程系统:{{ rule.systemName }}</p> |
|
|
|
|
<p v-if="rule.onlineButton">线上地点:{{ rule.onlineAddress }}</p> |
|
|
|
|
<p v-if="rule.onlineButton && rule.method != 2">线上地点:{{ rule.onlineAddress }}</p> |
|
|
|
|
<p v-if="rule.offlineButton">线下地点:{{ rule.offlineAddress }}</p> |
|
|
|
|
<template v-if="rule.method === 2"> |
|
|
|
|
<p>线下地点:{{ rule.offlineAddress }}</p> |
|
|
|
@ -126,7 +126,7 @@ |
|
|
|
|
<el-table-column prop="teamName" label="团队名称"></el-table-column> |
|
|
|
|
<el-table-column prop="leaderName" label="队长"></el-table-column> |
|
|
|
|
</template> |
|
|
|
|
<el-table-column v-else prop="schoolName" label="学校"></el-table-column> |
|
|
|
|
<el-table-column v-else prop="userName" label="姓名"></el-table-column> |
|
|
|
|
<el-table-column prop="schoolName" label="学校"></el-table-column> |
|
|
|
|
<el-table-column prop="school" label="用时"> |
|
|
|
|
<template slot-scope="scope"> |
|
|
|
@ -242,8 +242,8 @@ |
|
|
|
|
<template v-if="form.completeCompetitionSetup.competitionType"> |
|
|
|
|
<th width="110">参赛人数限制</th> |
|
|
|
|
<th>允许参赛人员</th> |
|
|
|
|
<th v-if="info.team.captain === 0 && form.rule === 0" width="70">总分</th> |
|
|
|
|
</template> |
|
|
|
|
<th v-if="form.rule === 0" width="70">总分</th> |
|
|
|
|
<th>竞赛成绩</th> |
|
|
|
|
</tr> |
|
|
|
|
<template v-if="info.stages.length"> |
|
|
|
@ -266,10 +266,10 @@ |
|
|
|
|
<span v-else class="m-r-5">无</span> |
|
|
|
|
<i v-if="info.team.captain === 0" class="el-icon-edit icon" @click="selectPar(item)"></i> |
|
|
|
|
</td> |
|
|
|
|
<td v-if="info.team.captain === 0 && form.rule === 0 && !i" :rowspan="info.stages.length">{{ info.totalScore }}</td> |
|
|
|
|
</template> |
|
|
|
|
<td v-if="form.rule === 0 && !i" :rowspan="info.stages.length">{{ info.totalScore || 0 }}</td> |
|
|
|
|
<td> |
|
|
|
|
<span v-if="item.score > 0" class="m-r-10">分数{{item.score}}</span> |
|
|
|
|
<span v-if="item.score >= 0" class="m-r-10">分数{{item.score}}</span> |
|
|
|
|
<el-button type="text" :disabled="item.showDetail && item.resultsDetails === 1 || (form.completeCompetitionSetup.competitionType && !item.reportId) || (form.completeCompetitionSetup.competitionType === 0 && !item.reportId)" @click="show(item)">查看成绩详情</el-button> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
@ -278,6 +278,7 @@ |
|
|
|
|
<td colspan="6">暂无数据</td> |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
<!-- 团队&&队长才显示 --> |
|
|
|
|
<el-alert |
|
|
|
|
v-if="form.completeCompetitionSetup.competitionType && info.team.captain === 0" |
|
|
|
|
style="margin-top: 10px;" |
|
|
|
@ -289,6 +290,7 @@ |
|
|
|
|
</tr> |
|
|
|
|
</table> |
|
|
|
|
|
|
|
|
|
<!-- 团队&&队长才显示 --> |
|
|
|
|
<template v-if="form.completeCompetitionSetup.competitionType && info.team.captain === 0"> |
|
|
|
|
<div class="l-title m-t-20">团队成员</div> |
|
|
|
|
<div class="flex-center"> |
|
|
|
@ -408,7 +410,7 @@ |
|
|
|
|
<td>{{ item.timeSum }}min</td> |
|
|
|
|
<td>{{ item.score }}</td> |
|
|
|
|
<td> |
|
|
|
|
<el-button type="text" @click="toReport(item)">查看</el-button> |
|
|
|
|
<el-button :disabled="!item.reportId" type="text" @click="toReport(item)">查看</el-button> |
|
|
|
|
</td> |
|
|
|
|
</tr> |
|
|
|
|
</template> |
|
|
|
@ -1033,30 +1035,30 @@ export default { |
|
|
|
|
// 查看成绩详情 |
|
|
|
|
show(row) { |
|
|
|
|
// 团队展示弹框,个人跳转实验报告 |
|
|
|
|
if (this.form.completeCompetitionSetup.competitionType && this.info.team.captain === 0) { // 团队比赛并且是队长,则展示团队成员成绩详情 |
|
|
|
|
if (this.form.completeCompetitionSetup.competitionType) { // 团队比赛则展示团队成员成绩详情 |
|
|
|
|
this.curRow = row |
|
|
|
|
this.memberVisible = true |
|
|
|
|
const teamId = this.form.competitionRegistration.teamId |
|
|
|
|
if (teamId) { |
|
|
|
|
this.$post(this.api.stageGradeManagementList, { |
|
|
|
|
this.$post(this.api.stageTeamScoreDetails, { |
|
|
|
|
pageNum: 1, |
|
|
|
|
pageSize: 1000, |
|
|
|
|
competitionId: this.id, |
|
|
|
|
stageId: row.stageId, |
|
|
|
|
isNakadai: 0 |
|
|
|
|
teamId |
|
|
|
|
}).then(({ page }) => { |
|
|
|
|
this.members = page.records.filter(e => e.teamId === teamId) |
|
|
|
|
this.members = page.records |
|
|
|
|
}).catch(res => {}) |
|
|
|
|
} else { |
|
|
|
|
this.members = [] |
|
|
|
|
} |
|
|
|
|
} else if (row.reportId) { // 团员或者个人比赛,并且有reportId,则进入实验报告 |
|
|
|
|
} else if (row.reportId) { // 个人比赛,并且有reportId,则进入实验报告 |
|
|
|
|
this.toReport(row) |
|
|
|
|
} |
|
|
|
|
}, |
|
|
|
|
// 跳转实验报告 |
|
|
|
|
toReport(row) { |
|
|
|
|
this.$router.push(`/record/show?reportId=${row.reportId}`) |
|
|
|
|
this.$router.push(`/record/show?reportId=${row.reportId}&matchId=${this.id}&matchName=${this.form.name}`) |
|
|
|
|
}, |
|
|
|
|
|
|
|
|
|
// 个人报名提交 |
|
|
|
|