Skip to content

Commit 3938a78

Browse files
YunaiVgitee-org
authored andcommitted
!472 fix: 修复CRM合同详情中团队成员未展示权限编辑的问题
Merge pull request !472 from downeyin/downey
2 parents 2871961 + f70c8dc commit 3938a78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/views/crm/contract/detail/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
ref="permissionListRef"
3737
:biz-id="contract.id!"
3838
:biz-type="BizTypeEnum.CRM_CONTRACT"
39-
:show-action="false"
39+
:show-action="!permissionListRef?.isPool || false"
4040
@quit-team="close"
4141
/>
4242
</el-tab-pane>

0 commit comments

Comments
 (0)