perf: 函数库优化禁用状态

This commit is contained in:
wangdan-fit2cloud 2024-09-25 17:30:02 +08:00
parent 8c32125c56
commit f3f9e18088

View File

@ -43,7 +43,7 @@
:description="item.desc"
class="function-lib-card"
@click="openCreateDialog(item)"
:class="item.permission_type === 'PUBLIC' && !canEdit(item) ? 'notAllowed' : 'cursor'"
:class="item.permission_type === 'PUBLIC' && !canEdit(item) ? '' : 'cursor'"
>
<template #icon>
<AppAvatar class="mr-12 avatar-green" shape="square" :size="32">