From ae8535b861f9177508d9e5493e0fe9e47978c915 Mon Sep 17 00:00:00 2001
From: WXL (wul) <wl_5969728@163.com>
Date: 星期一, 31 八月 2026 16:58:47 +0800
Subject: [PATCH] 测试完成

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

diff --git a/src/views/repositoryai/matching/index.vue b/src/views/repositoryai/matching/index.vue
index 7f17e17..9c78dde 100644
--- a/src/views/repositoryai/matching/index.vue
+++ b/src/views/repositoryai/matching/index.vue
@@ -84,7 +84,7 @@
               size="medium"
               :disabled="single"
               @click="handleUpdate"
-              v-hasPermi="['system:user:edit']"
+
               >淇敼</el-button
             >
           </el-col>
@@ -137,6 +137,7 @@
 
           <el-table-column
             label="濮撳悕"
+          width="100"
             align="center"
             key="userName"
             prop="userName"
@@ -223,7 +224,7 @@
                 icon="el-icon-edit"
                 class="icon-edit"
                 @click="Referencequestion(scope.row)"
-                v-hasPermi="['system:user:edit']"
+
                 >缂栬緫璇濇湳</el-button
               >
               <el-button
@@ -232,7 +233,7 @@
                 icon="el-icon-s-claim"
                 class="icon-s-claim"
                 @click="handleUpdate(scope.row)"
-                v-hasPermi="['system:user:edit']"
+
                 >娴嬭瘯鍖归厤</el-button
               >
             </template>

--
Gitblit v1.9.3