From a6a7a4e83171181477a99d429b01c3b73cb0be2d Mon Sep 17 00:00:00 2001
From: zhouwx <1175765986@qq.com>
Date: 星期五, 07 十一月 2025 15:35:11 +0800
Subject: [PATCH] 修改

---
 src/views/work/onlineEducation/groupExams/index.vue |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/src/views/work/onlineEducation/groupExams/index.vue b/src/views/work/onlineEducation/groupExams/index.vue
index 96c9c6b..0cc1b9e 100644
--- a/src/views/work/onlineEducation/groupExams/index.vue
+++ b/src/views/work/onlineEducation/groupExams/index.vue
@@ -7,6 +7,7 @@
               type="primary"
               plain
               @click="openDialog('add',{})"
+              v-hasPermi="['groupExams:list:add']"
           >开始组卷考试</el-button>
         </el-form-item>
         <el-form-item label="考试名称:" >
@@ -76,9 +77,9 @@
       <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="openDialog('edit',scope.row)">编辑</el-button>
-          <el-button link type="danger" @click="handleDelete(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)" v-hasPermi="['groupExams:list:edit']">编辑</el-button>
+          <el-button link type="danger" @click="handleDelete(scope.row)" v-hasPermi="['groupExams:list:del']">删除</el-button>
         </template>
       </el-table-column>
     </el-table>

--
Gitblit v1.9.2