update fe
This commit is contained in:
parent
3be9fcea5a
commit
3f2a96e494
|
@ -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 }">
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue