Browse Source

!472 fix: 修复CRM合同详情中团队成员未展示权限编辑的问题
Merge pull request !472 from downeyin/downey

芋道源码 11 months ago
parent
commit
3938a78db2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/crm/contract/detail/index.vue

+ 1 - 1
src/views/crm/contract/detail/index.vue

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