src/views/exam/exam/ExamManage.vue
@@ -84,7 +84,6 @@ <el-button v-if="scope.row.status === 'finished'" type="success" size="small" @click="markPaper(scope.row)"> 阅卷 </el-button> <el-button type="danger" size="small" @click="deleteExam(scope.row)">删除</el-button> <el-button type="warning" size="small" @click="monitor(scope.row)">监控</el-button> </template> </el-table-column>