From 5df79be2b15c0c22e4c25f94b02464ad70d793c3 Mon Sep 17 00:00:00 2001
From: 祖安之光 <11848914+light-of-zuan@user.noreply.gitee.com>
Date: 星期三, 16 七月 2025 14:52:28 +0800
Subject: [PATCH] 修改新增

---
 src/views/system/role/index.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue
index 7b2decd..d2303c9 100644
--- a/src/views/system/role/index.vue
+++ b/src/views/system/role/index.vue
@@ -124,9 +124,9 @@
 <!--              <el-tooltip content="数据权限" placement="top" v-if="scope.row.roleId !== 1">-->
 <!--                <el-button link type="primary" icon="CircleCheck" @click="handleDataScope(scope.row)" v-hasPermi="['system:role:edit']"></el-button>-->
 <!--              </el-tooltip>-->
-              <el-tooltip content="分配用户" placement="top" v-if="scope.row.roleId !== 1">
-                <el-button link type="primary" icon="User" @click="handleAuthUser(scope.row)" v-hasPermi="['system:role:edit']"></el-button>
-              </el-tooltip>
+<!--              <el-tooltip content="分配用户" placement="top" v-if="scope.row.roleId !== 1">-->
+<!--                <el-button link type="primary" icon="User" @click="handleAuthUser(scope.row)" v-hasPermi="['system:role:edit']"></el-button>-->
+<!--              </el-tooltip>-->
             </template>
          </el-table-column>
       </el-table>

--
Gitblit v1.9.2