From 608d25d8b73be7126f54314f75b5282b08f24d02 Mon Sep 17 00:00:00 2001 From: LiuJiaNan <15703339975@163.com> Date: Wed, 1 Apr 2026 15:45:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=86=85=E6=B5=8Bbug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/ViewEvaluationModal/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ViewEvaluationModal/index.js b/src/components/ViewEvaluationModal/index.js index 55a0bfc..ff93e47 100644 --- a/src/components/ViewEvaluationModal/index.js +++ b/src/components/ViewEvaluationModal/index.js @@ -45,7 +45,7 @@ const ViewEvaluationModal = (props) => { label: "是否符合", children: getLabelName({ list: EVALUATION_IS_COMPLIANT_ENUM, status: item.isCompliant }) || "未考评", }, - ...(item.isCompliant === 0 ? [{ label: "不符合原因", children: "nonCompliantReason", span: 2 }] : []), + ...(item.isCompliant === 0 ? [{ label: "不符合原因", children: item.nonCompliantReason, span: 2 }] : []), ])), ]} />