diff --git a/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue b/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue index 6fc7b5b..408cd47 100644 --- a/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue +++ b/src/views/admin/orgapplyinfo/OrgApplyInfoList.vue @@ -256,12 +256,12 @@ function getTableAction(record) { auth: 'orgapplyinfo:nu_org_apply_info:edit', ifShow: record.workOrderStatus == '2' && record.buildStatus == '4' }, - { - label: '信息推送', - onClick: handlePushInfo.bind(null, record), - auth: 'orgapplyinfo:nu_org_apply_info:edit', - ifShow: record.buildStatus == '5' - }, + // { + // label: '信息推送', + // onClick: handlePushInfo.bind(null, record), + // auth: 'orgapplyinfo:nu_org_apply_info:edit', + // ifShow: record.buildStatus == '5' + // }, ]; }