This commit is contained in:
1378012178@qq.com 2025-07-24 14:21:16 +08:00
commit 00c55e83be
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'
}, // },
]; ];
} }