竞赛系统代码调整
This commit is contained in:
parent
198b16d926
commit
ba42e40200
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user