浏览代码

fix: 企业画像无权限逻辑调整

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 6 月之前
父节点
当前提交
352a074e69
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/web/staticres/common-module/collection/js/ent_portrait.js

+ 1 - 1
src/web/staticres/common-module/collection/js/ent_portrait.js

@@ -934,7 +934,7 @@ var vNode = {
           const monitorEntNum = surplus + used  // 可监控企业总数
           let limit = this.powerInfo.memberStatus > 0 || this.powerInfo.entniche
           // 1.超出可监控企业数量
-          if (used <= 0) {
+          if (surplus <= 0) {
             // 大会员或商机管理用户
             if (limit) {
               this.$dialog({