update fe

This commit is contained in:
Himit_ZH 2021-12-06 22:28:54 +08:00
parent 3be9fcea5a
commit 3f2a96e494
3 changed files with 3 additions and 9 deletions

View File

@ -68,7 +68,7 @@
>
</vxe-table-column>
<vxe-table-column
min-width="120"
min-width="140"
:title="$t('m.Training_Problem_Rank')"
>
<template v-slot="{ row }">

View File

@ -25,10 +25,7 @@
<template v-if="isContestAdmin">
<p>
<span>{{ $t('m.Force_Update') }}</span>
<el-switch
:disabled="refreshDisabled"
v-model="forceUpdate"
></el-switch>
<el-switch v-model="forceUpdate"></el-switch>
</p>
</template>
<template>

View File

@ -25,10 +25,7 @@
<template v-if="isContestAdmin">
<p>
<span>{{ $t('m.Force_Update') }}</span>
<el-switch
:disabled="refreshDisabled"
v-model="forceUpdate"
></el-switch>
<el-switch v-model="forceUpdate"></el-switch>
</p>
</template>
<template>