多体系建设信息化条统-前端
祖安之光
yesterday ee0087bb2a995a3b4a769d836fa75fd4dcdf5082
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>
@@ -157,7 +157,7 @@
const { queryParams, total, dataList } = toRefs(data);
const backValue = ref()
const backValue = reactive()
onMounted(async ()=>{
  if(route.query.val){