From 25ac00618f9a408c2dc32b57c9ed1387a9bd767f Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Fri, 27 Feb 2026 16:57:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AB=AF=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E3=80=90=E5=AE=A1=E6=A0=B8=E8=AE=B0=E5=BD=95=E8=8F=9C=E5=8D=95?= =?UTF-8?q?=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ProjectAuditRecord/List/index.js | 20 ++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/src/pages/Container/BranchCompany/ProjectReview/ProjectAuditRecord/List/index.js b/src/pages/Container/BranchCompany/ProjectReview/ProjectAuditRecord/List/index.js index 0cdaec9..e240030 100644 --- a/src/pages/Container/BranchCompany/ProjectReview/ProjectAuditRecord/List/index.js +++ b/src/pages/Container/BranchCompany/ProjectReview/ProjectAuditRecord/List/index.js @@ -15,7 +15,7 @@ function List(props) { const { tableProps, getData } = useTable(props["inCheckList"], { form, params: { - eqStakeholderLevel: "one-level", + eqStakeholderLevel: "two-level", eqProjectStatus: 4, }, }); @@ -54,14 +54,16 @@ function List(props) { width: 150, render: (_, record) => ( - + {props.permission("xmsh-jtdw-bashjl-btn-ck") && ( + + )} ), },