|
|
@ -146,8 +146,8 @@ |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span v-if="item.score >= 0" |
|
|
|
<span v-if="item.score >= 0" |
|
|
|
class="m-r-10">分数{{item.score}}</span> |
|
|
|
class="m-r-10">分数{{item.score}}</span> |
|
|
|
<el-button type="text" |
|
|
|
<el-button v-if="form.completeCompetitionSetup.competitionType || (!form.completeCompetitionSetup.competitionType && item.resultsDetails === 0 && item.reportId)" |
|
|
|
:disabled="item.resultsDetails === 1 || (form.completeCompetitionSetup.competitionType && !item.reportId) || (form.completeCompetitionSetup.competitionType === 0 && !item.reportId)" |
|
|
|
type="text" |
|
|
|
@click="show(item)">查看成绩详情</el-button> |
|
|
|
@click="show(item)">查看成绩详情</el-button> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
@ -268,7 +268,8 @@ |
|
|
|
<td>{{ item.timeSum }}min</td> |
|
|
|
<td>{{ item.timeSum }}min</td> |
|
|
|
<td>{{ item.score }}</td> |
|
|
|
<td>{{ item.score }}</td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<el-button type="text" |
|
|
|
<el-button v-if="curRow.resultsDetails === 0 && item.reportId" |
|
|
|
|
|
|
|
type="text" |
|
|
|
@click="toReport(item)">查看</el-button> |
|
|
|
@click="toReport(item)">查看</el-button> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|