update fe

This commit is contained in:
Himit_ZH 2021-09-16 23:02:51 +08:00
parent 6c4ffdfad4
commit 7a2dab8c18
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@
</vxe-table-column>
<vxe-table-column field="time" :title="$t('m.Time')" min-width="96">
<template v-slot="{ row }">
<span v-if="!contestID">{{ submissionTimeFormat(row.time) }}</span>
<span>{{ submissionTimeFormat(row.time) }}</span>
</template>
</vxe-table-column>
<vxe-table-column