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)