Skip to content

Commit 0db57da

Browse files
committed
【功能修复】CRM:合同的成员不支持修改的问题
1 parent 8f231bc commit 0db57da

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="!permissionListRef?.isPool || false"
39+
:show-action="true"
4040
@quit-team="close"
4141
/>
4242
</el-tab-pane>

0 commit comments

Comments
 (0)