From 0c66602c5c9ba5d579f949217221c04acbd0be17 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 22 十月 2025 08:58:54 +0800
Subject: [PATCH] 修改新增

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

diff --git a/src/views/work/onlineEducation/groupExams/index.vue b/src/views/work/onlineEducation/groupExams/index.vue
index 38fd8ca..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="考试名称:" >
@@ -77,8 +78,8 @@
         <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="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