From 8116c45f50e80312033f8de630c94e6d58083ee4 Mon Sep 17 00:00:00 2001 From: 周文萱 <1175765986@qq.com> Date: 星期一, 21 七月 2025 09:19:26 +0800 Subject: [PATCH] 修改 --- src/views/work/onlineEducation/groupExams/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/work/onlineEducation/groupExams/index.vue b/src/views/work/onlineEducation/groupExams/index.vue index 96c9c6b..38fd8ca 100644 --- a/src/views/work/onlineEducation/groupExams/index.vue +++ b/src/views/work/onlineEducation/groupExams/index.vue @@ -76,7 +76,7 @@ <el-table-column label="操作" align="center" class-name="small-padding fixed-width" width="260"> <template #default="scope"> <el-button link type="primary" @click="viewQuestion(scope.row)">预览</el-button> - <el-button link type="primary" @click="toStuChoose(scope.row)">学生数据</el-button> + <el-button link type="primary" @click="toStuChoose(scope.row)">人员数据</el-button> <el-button link type="primary" @click="openDialog('edit',scope.row)">编辑</el-button> <el-button link type="danger" @click="handleDelete(scope.row)">删除</el-button> </template> -- Gitblit v1.9.2