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