Commit 3938a78d by 芋道源码 Committed by Gitee

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

Merge pull request !472 from downeyin/downey
parents 28719615 f70c8dce
...@@ -36,7 +36,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment