From 69a0ce74b66c7c1c913e44920f24ed669e3d14f0 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 25 Sep 2024 15:27:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=BA=93=E7=BC=96=E8=BE=91=E6=9D=83=E9=99=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/function-lib/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/src/views/function-lib/index.vue b/ui/src/views/function-lib/index.vue index 840b4dba7..af8ba990b 100644 --- a/ui/src/views/function-lib/index.vue +++ b/ui/src/views/function-lib/index.vue @@ -43,7 +43,7 @@ :description="item.desc" class="function-lib-card" @click="openCreateDialog(item)" - :class="item.permission_type === 'PUBLIC' ? 'notAllowed' : 'cursor'" + :class="item.permission_type === 'PUBLIC' && !canEdit(item) ? 'notAllowed' : 'cursor'" >