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