From 6f8fe7493f33395be8dd0e34d339f4644e4d7005 Mon Sep 17 00:00:00 2001 From: wangxiang <1827945911@qq.com> Date: Wed, 26 Apr 2023 10:54:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=BB=91=E5=90=8D?= =?UTF-8?q?=E5=8D=95=E5=88=97=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/common/push/pushFriend/index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/common/push/pushFriend/index.vue b/src/views/common/push/pushFriend/index.vue index 1834ba7..758ad78 100644 --- a/src/views/common/push/pushFriend/index.vue +++ b/src/views/common/push/pushFriend/index.vue @@ -29,6 +29,7 @@ label: '加入黑名单', icon: 'fa6-brands:battle-net', disabled: !!record?.blId, + ifShow: userInfoStore.userType != SystemUserType.ENTERPRISE_USER, onClick: handleBlacklist.bind(null, record) }]" />