src/views/exam/startexam.vue
@@ -70,10 +70,10 @@ <el-button type="text" size="mini" icon="icon-kaoshi" icon="el-icon-collection" class="start-kaoshi" @click="startExam(row)">开始考试 @click="startExam(row)">报名清册 </el-button> </template> @@ -144,7 +144,7 @@ column: [ { label: "试卷名称", label: "考试名称", prop: "examName", search: true, searchSpan: 5, @@ -389,7 +389,7 @@ startExam (row) { this.$router.push({ path: `/startexam/${row.id}`, path: `/applydetailed`, query: row }) },