From 4637f21bbcf2198571f7e0f2f10943580216a255 Mon Sep 17 00:00:00 2001 From: wyw <571921741@qq.com> Date: Sat, 29 Nov 2025 21:05:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E5=BD=A2=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/CustomPages/SE/SE013ShowPrint.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/CustomPages/SE/SE013ShowPrint.js b/src/components/CustomPages/SE/SE013ShowPrint.js index ec75573..c8ac1dd 100644 --- a/src/components/CustomPages/SE/SE013ShowPrint.js +++ b/src/components/CustomPages/SE/SE013ShowPrint.js @@ -216,7 +216,8 @@ class SE013ShowPrint extends React.Component { 培训老师 {data.TRAIN_TEACHER} 培训形式 - {this.returnModel(data.TRAIN_MODEL)} + {enums.TrainType.enums[data.TRAINTYPE]} + {/* {this.returnModel(data.TRAIN_MODEL)} */} 考核方式 {data.CHECKTYPE && enums.PlanCheckType.enums[data.CHECKTYPE]} {/* {data.Nav_TrainCheckType ? data.Nav_TrainCheckType.NAME : ''} */}