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

pull/472/head
downeyin 2024-07-06 23:12:40 +08:00
parent a0ecfed693
commit f70c8dcee2
1 changed files with 1 additions and 1 deletions

View File

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