Browse Source

fix: patch chat msg

master
wangxiang 2 years ago
parent
commit
b6e8b82294
  1. 5
      src/views/common/push/pushFan/index.vue

5
src/views/common/push/pushFan/index.vue

@ -30,11 +30,6 @@
onClick: handleSend.bind(null, record, 'single') onClick: handleSend.bind(null, record, 'single')
}]" }]"
:dropDownActions="[ :dropDownActions="[
{
label: '推送通知',
icon: 'fa6-regular:pen-to-square',
onClick: ()=>{}
},
{ {
label: '移除粉丝', label: '移除粉丝',
icon: 'ant-design:delete-outlined', icon: 'ant-design:delete-outlined',

Loading…
Cancel
Save