From ded95181feb40a99da2af06f5b54e5f8fdab0ee2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E4=BD=95=E7=BE=8E=E8=8D=A3?=
<10755671+mei-rong-he@user.noreply.gitee.com>
Date: Mon, 15 Jun 2026 18:14:01 +0800
Subject: [PATCH] =?UTF-8?q?=E8=BE=A8=E8=AF=86=E8=AE=A1=E5=88=92=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E5=AD=97=E6=AE=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/components/CustomPages/SK/SK031ShowPrint.js | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/src/components/CustomPages/SK/SK031ShowPrint.js b/src/components/CustomPages/SK/SK031ShowPrint.js
index 82ee5d6..1ee4776 100644
--- a/src/components/CustomPages/SK/SK031ShowPrint.js
+++ b/src/components/CustomPages/SK/SK031ShowPrint.js
@@ -107,6 +107,12 @@ class SK031ShowPrint extends React.Component {
{moment(data?.END_DATE).format('YYYY-MM-DD')}
{moment(data?.EVALUATION_END_DATE).format('YYYY-MM-DD')}
{data.CONTENTS}
+ { data?.Nav_Requires && data?.Nav_Requires?.map((item2, i) => {
+ return item2?.Nav_Require?.NAME + ' '
+ })}
+ { data?.Nav_Evaluations && data?.Nav_Evaluations?.map((item2, i) => {
+ return item2?.Nav_Evaluation?.NAME + ' '
+ })}
{
showFiles(data?.Nav_Files, config.picServerHost, this)
}