update fe
This commit is contained in:
parent
6c4ffdfad4
commit
7a2dab8c18
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue