From ec511e31e01a195bfea5145f9e7e929a68cd9f7e Mon Sep 17 00:00:00 2001 From: liuwh <hugeinfo123> Date: Wed, 25 Mar 2020 01:05:55 +0800 Subject: [PATCH] 提交 --- SunshineIns/src/page/ActiveManageEdit.jsx | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/SunshineIns/src/page/ActiveManageEdit.jsx b/SunshineIns/src/page/ActiveManageEdit.jsx index 00ccef8..54d86a0 100644 --- a/SunshineIns/src/page/ActiveManageEdit.jsx +++ b/SunshineIns/src/page/ActiveManageEdit.jsx @@ -164,7 +164,7 @@ questionnaireCancle = () => { - const {selectedQuestionnaireData}=this.state; + const { selectedQuestionnaireData } = this.state; // this.props.history.push(`/questionnaire/detail/${selectedQuestionnaireData.id}`) window.open('index.html#/activeManageEditquestionnaire/' + selectedQuestionnaireData.id); } @@ -730,6 +730,12 @@ </Modal> </Col> </Row> + <Row type="flex" align='top' justify="space-around"> + <Col span={6} pull={0} style={{ textAlign: 'center' }}><span>培训结果</span></Col> + <Col span={18} push={0} > + <span>{savedate.result}</span> + </Col> + </Row> </div> </div> : null) : null -- Gitblit v1.8.0