From 200db8de8e5d98685474a80ae443c51d520e1407 Mon Sep 17 00:00:00 2001 From: memorylkf <312904636@qq.com> Date: Mon, 22 Dec 2025 10:04:28 +0800 Subject: [PATCH] =?UTF-8?q?fix:[=E7=B3=BB=E7=BB=9F=E7=AE=A1=E7=90=86]=20[?= =?UTF-8?q?=E8=A7=92=E8=89=B2=E7=AE=A1=E7=90=86]=20=E4=BF=AE=E6=AD=A3?= =?UTF-8?q?=E6=9D=83=E9=99=90=E9=AA=8C=E8=AF=81=20fix:[=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E7=AE=A1=E7=90=86]=20[=E9=83=A8=E9=97=A8=E7=AE=A1=E7=90=86]=20?= =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E6=9D=83=E9=99=90=E9=AA=8C=E8=AF=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/dept/index.vue | 3 +-- src/views/system/role/index.vue | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 83c49b7..942954d 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -99,7 +99,6 @@ size="mini" type="text" @click="handleUpdate(scope.row,true)" - v-hasPermi="['system:dept:edit']" >{{$t('page.system.dept.detail')}} @@ -107,7 +106,7 @@ - + diff --git a/src/views/system/role/index.vue b/src/views/system/role/index.vue index e17315b..6c2707a 100644 --- a/src/views/system/role/index.vue +++ b/src/views/system/role/index.vue @@ -150,7 +150,7 @@ size="mini" type="text" @click="transfer(scope.row)" - v-hasPermi="['system:role:edit']" + v-hasPermi="['system:role:allocate']" >{{$t('page.system.role.allocate')}}