From 06860aa70d80df29ec9dd2ccb35db954de138fa6 Mon Sep 17 00:00:00 2001 From: yangjun <1173114630@qq.com> Date: Thu, 24 Jul 2025 09:42:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E5=8F=91=E9=80=81=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/admin/orgapplyinfo/OrgApplyInfoList.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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' + // }, ]; }