竞赛系统代码调整

This commit is contained in:
joylink_cuiweidong 2020-05-22 16:30:18 +08:00
parent 198b16d926
commit ba42e40200

View File

@ -11,7 +11,7 @@
</template>
<template v-if="project==='jsxt'">
<!-- <el-button :disabled="!jsStart" type="success" @click="startCompetition">开始</el-button> -->
<el-button type="danger" @click="endCompetition">结束</el-button>
<el-button type="danger" @click="endCompetition">提交</el-button>
</template>
<el-button v-if="project==='refereeJsxt'" type="success" @click="refeeEndCompetition">返回</el-button>
<el-button v-if="project!=='jsxt'&&project!=='refereeJsxt'" type="primary" :loading="backLoading" @click="back">{{ $t('global.back') }}</el-button>