Browse Source

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

Signed-off-by: tangshizhe <48740614+tangshizhe@users.noreply.github.com>
tangshizhe 6 months ago
parent
commit
352a074e69
1 changed files with 1 additions and 1 deletions
  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({