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') {