去掉发送消息功能

This commit is contained in:
yangjun 2025-07-24 09:42:57 +08:00
parent 7545b0174c
commit 06860aa70d
1 changed files with 6 additions and 6 deletions

View File

@ -256,12 +256,12 @@ function getTableAction(record) {
auth: 'orgapplyinfo:nu_org_apply_info:edit', auth: 'orgapplyinfo:nu_org_apply_info:edit',
ifShow: record.workOrderStatus == '2' && record.buildStatus == '4' ifShow: record.workOrderStatus == '2' && record.buildStatus == '4'
}, },
{ // {
label: '信息推送', // label: '',
onClick: handlePushInfo.bind(null, record), // onClick: handlePushInfo.bind(null, record),
auth: 'orgapplyinfo:nu_org_apply_info:edit', // auth: 'orgapplyinfo:nu_org_apply_info:edit',
ifShow: record.buildStatus == '5' // ifShow: record.buildStatus == '5'
}, // },
]; ];
} }