update fe

This commit is contained in:
Himit_ZH 2021-12-09 22:23:10 +08:00
parent 0b9a860b1c
commit c4c9543e98
1 changed files with 17 additions and 7 deletions

View File

@ -195,13 +195,23 @@
></path>
</svg>
</span>
<span
><a
@click="getContestProblemById(problem.displayId)"
class="emphasis"
>{{ problem.displayId }}</a
></span
>
<span>
<el-tooltip effect="dark" placement="top">
<div slot="content">
{{ problem.displayId + '. ' + problem.displayTitle }}
<br />
{{ 'Accepted: ' + problem.ac }}
<br />
{{ 'Rejected: ' + (problem.total - problem.ac) }}
</div>
<a
@click="getContestProblemById(problem.displayId)"
class="emphasis"
style="color:#495060;"
>{{ problem.displayId }}
</a>
</el-tooltip>
</span>
</template>
<template v-slot="{ row }">
<div v-if="row.submissionInfo[problem.displayId]">