src/views/work/onlineEducation/groupExams/components/student.vue
@@ -92,7 +92,7 @@ </el-table-column> <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="180"> <template #default="scope"> <!-- <el-button link type="primary" @click="correct(scope.row)" v-if="scope.row.state != 0">批阅</el-button>--> <el-button link type="primary" @click="correct(scope.row)">查看试卷</el-button> <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button> </template> </el-table-column>