diff --git a/src/components/CustomPages/SE/SEConfigPage.js b/src/components/CustomPages/SE/SEConfigPage.js index 08dc943..4533155 100644 --- a/src/components/CustomPages/SE/SEConfigPage.js +++ b/src/components/CustomPages/SE/SEConfigPage.js @@ -191,7 +191,7 @@ class SEConfigPage extends React.Component { 合格线 - + { @@ -241,6 +241,21 @@ class SEConfigPage extends React.Component { + 公司培训计划触发时间 + + { + let data = this.state.data; + data.DEP_TRAIN_PLAN_START_TIME = value; + this.setState(data) + }} + /> + + + + {/* 部门培训计划发起时间 - + */}