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

This commit is contained in:
downeyin 2024-07-06 23:12:40 +08:00
parent a0ecfed693
commit f70c8dcee2

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>