From 636b60acfa03566e32a0e233bda1c321b2e7d8f9 Mon Sep 17 00:00:00 2001 From: wangdan-fit2cloud Date: Wed, 25 Sep 2024 15:23:19 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=AC=E7=94=A8=E5=87=BD=E6=95=B0?= =?UTF-8?q?=E5=BA=93=E7=BC=96=E8=BE=91=E6=9D=83=E9=99=90=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/views/function-lib/index.vue | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/ui/src/views/function-lib/index.vue b/ui/src/views/function-lib/index.vue index 971e7562a..840b4dba7 100644 --- a/ui/src/views/function-lib/index.vue +++ b/ui/src/views/function-lib/index.vue @@ -67,7 +67,7 @@ @@ -77,7 +77,7 @@
{ + return user.userInfo?.id === row.user_id +} + function openCreateDialog(data?: any) { title.value = data ? '编辑函数' : '创建函数' if (data?.permission_type !== 'PUBLIC') {