From d9186c6f7eb0cc8e45b4dfffc1a75b00a017119f 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: Fri, 10 Apr 2026 15:33:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E6=9F=A5=E5=8C=BA=E5=9F=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SK/SK080ShowPrint.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/CustomPages/SK/SK080ShowPrint.js b/src/components/CustomPages/SK/SK080ShowPrint.js index 633d3e5..b34e5c4 100644 --- a/src/components/CustomPages/SK/SK080ShowPrint.js +++ b/src/components/CustomPages/SK/SK080ShowPrint.js @@ -106,6 +106,7 @@ class SK080ShowPrint extends React.Component { {data.Nav_ApplyUser ? data.Nav_ApplyUser.NAME : ''} {data.Nav_RectifyRecord?data.Nav_RectifyRecord?.CODE:''} {data.Nav_RectifyRecord && data.Nav_RectifyRecord.Nav_ProductionUnit?data.Nav_RectifyRecord.Nav_ProductionUnit.NAME:''} + {data.Nav_RectifyRecord && data.Nav_RectifyRecord.Nav_RiskArea?data.Nav_RectifyRecord.Nav_RiskArea.NAME:''} {data.Nav_RectifyRecord?data.Nav_RectifyRecord.HIDDEN_PLACE:''} { showFileImg(data.Nav_RectifyRecord && data.Nav_RectifyRecord.Nav_RectifyPhotoas ? data.Nav_RectifyRecord.Nav_RectifyPhotoas:null, config.picServerHost, this)