From 86bb36fc2f13423d2a24be363e387b7ce72412c0 Mon Sep 17 00:00:00 2001 From: jinmh716 Date: Wed, 15 Jan 2025 10:22:06 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=8A=9F=E8=83=BD=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E3=80=91=E7=94=A8=E6=88=B7=E7=AE=A1=E7=90=86=EF=BC=9A=E5=A6=82?= =?UTF-8?q?=E6=9E=9C=E6=B2=A1=E6=9C=89=E4=BF=AE=E6=94=B9=E6=9D=83=E9=99=90?= =?UTF-8?q?=EF=BC=8C=E5=88=99=E7=A6=81=E7=94=A8=E7=8A=B6=E6=80=81=E5=BC=80?= =?UTF-8?q?=E5=85=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/user/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/system/user/index.vue b/src/views/system/user/index.vue index 4f04dff5..dd8395f2 100644 --- a/src/views/system/user/index.vue +++ b/src/views/system/user/index.vue @@ -124,6 +124,7 @@ :active-value="0" :inactive-value="1" @change="handleStatusChange(scope.row)" + :disabled="!checkPermi(['system:user:update'])" />