From 89cb82acdcb3fa13ec3119bfc9ddcb781d684412 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期一, 08 十二月 2025 10:11:32 +0800
Subject: [PATCH] 修改新增
---
src/views/work/onlineEducation/groupExams/components/student.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/work/onlineEducation/groupExams/components/student.vue b/src/views/work/onlineEducation/groupExams/components/student.vue
index 02b7973..bbf463a 100644
--- a/src/views/work/onlineEducation/groupExams/components/student.vue
+++ b/src/views/work/onlineEducation/groupExams/components/student.vue
@@ -72,7 +72,7 @@
</el-table-column>
<el-table-column label="试卷状态" prop="state" align="center" >
<template #default="scope">
- <span>{{scope.row.state ===0 ? '待考试' : scope.row.state ===1 ? '待批阅':'批阅完成'}}</span>
+ <span>{{scope.row.state ===0 ? '待考试' : scope.row.state ===1 ? '待批阅':scope.row.state ===2 ? '已完成':''}}</span>
</template>
</el-table-column>
<!-- <el-table-column label="考试是否完成" prop="completed" align="center" >-->
@@ -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)" v-if="scope.row.state != 0">批阅</el-button>-->
<el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button>
</template>
</el-table-column>
@@ -149,7 +149,7 @@
},
{
id: 2,
- name: '批阅完成'
+ name: '已完成'
},
]
--
Gitblit v1.9.2