!472 fix: 修复CRM合同详情中团队成员未展示权限编辑的问题

Merge pull request !472 from downeyin/downey
This commit is contained in:
芋道源码 2024-07-07 03:30:19 +00:00 committed by Gitee
commit 3938a78db2
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -36,7 +36,7 @@
ref="permissionListRef"
:biz-id="contract.id!"
:biz-type="BizTypeEnum.CRM_CONTRACT"
:show-action="false"
:show-action="!permissionListRef?.isPool || false"
@quit-team="close"
/>
</el-tab-pane>