From 106837722f1c18f509e921c9d0bd4fb7c63e27cb Mon Sep 17 00:00:00 2001 From: fangjiakai <450850793@qq.com> Date: Wed, 7 Jan 2026 17:09:33 +0800 Subject: [PATCH] =?UTF-8?q?fix(rectification):=20=E4=BF=AE=E5=A4=8D?= =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=BB=B6=E6=9C=9F=E6=8C=89=E9=92=AE=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E6=9D=A1=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 record.noReviewExtensionNum 非空验证条件 --- .../Container/BranchCompany/Average/Rectification/List/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/Container/BranchCompany/Average/Rectification/List/index.js b/src/pages/Container/BranchCompany/Average/Rectification/List/index.js index c3c18bc..e7f4249 100644 --- a/src/pages/Container/BranchCompany/Average/Rectification/List/index.js +++ b/src/pages/Container/BranchCompany/Average/Rectification/List/index.js @@ -139,7 +139,7 @@ function List(props) { 临时安全措施 )} - {props.permission("fgs-yqzg-sqyq") && ( + {props.permission("fgs-yqzg-sqyq") && !!record.noReviewExtensionNum &&(