Browse Source

chore: fixe

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

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

@ -38,7 +38,7 @@ @@ -38,7 +38,7 @@
{
label: '推送消息',
icon: 'fa6-regular:message',
ifShow: ![SystemUserType.ENTERPRISE_USER, userInfoStore.userType].includes(record.userType),
ifShow: ![SystemUserType.ENTERPRISE_USER, SystemUserType.INTERNAL_USER].includes(record.userType),
onClick: handleSend.bind(null, record)
}]"
:dropDownActions="[
@ -75,9 +75,10 @@ @@ -75,9 +75,10 @@
import { PushConcernType, PushAuditStatus, PushConcernDynamicJoinType } from '/@/enums/pushEnum';
import { SystemUserType } from '/@/enums/permissionEnum';
const userStore = useUserStore();
const userInfoStore = userStore.getUserInfo;
console.log(userInfoStore.userType)
interface TableState {
single: boolean;
multiple: boolean;

Loading…
Cancel
Save