Browse Source

feat: 好友审核模块

master
wangxiang 2 years ago
parent
commit
8b56b1b86c
  1. 4
      src/views/common/push/pushFriend/index.vue

4
src/views/common/push/pushFriend/index.vue

@ -13,13 +13,13 @@ @@ -13,13 +13,13 @@
:dropDownActions="[
{
label: '关注',
icon: 'ant-design:delete-outlined',
icon: 'fa6-brands:battle-net',
disabled: !!record?.cfStatus || !!record?.bId,
onClick: handleAddFriend.bind(null, record)
},
{
label: '加入黑名单',
icon: 'ant-design:delete-outlined',
icon: 'fa6-brands:battle-net',
disabled: !!record?.bId,
onClick: handleBlacklist.bind(null, record)
}]"

Loading…
Cancel
Save