|
|
@ -1,6 +1,9 @@
|
|
|
|
import React, {Component} from "react";
|
|
|
|
import React, {Component} from "react";
|
|
|
|
import {Form, Input, Tooltip, Checkbox, Radio, Select, message, Modal, Button} from 'antd'
|
|
|
|
import {Form, Input, Tooltip, Checkbox, Radio, Select, message, Modal, Button} from 'antd'
|
|
|
|
import {WordsBtn, ActionBtn} from 'educoder'
|
|
|
|
import {WordsBtn, ActionBtn} from 'educoder'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
import {Link} from 'react-router-dom'
|
|
|
|
|
|
|
|
|
|
|
|
import '../css/members.css'
|
|
|
|
import '../css/members.css'
|
|
|
|
import "../common/formCommon.css"
|
|
|
|
import "../common/formCommon.css"
|
|
|
|
|
|
|
|
|
|
|
@ -2412,8 +2415,7 @@ class PollNew extends Component {
|
|
|
|
<div className="clearfix mb30">
|
|
|
|
<div className="clearfix mb30">
|
|
|
|
<p
|
|
|
|
<p
|
|
|
|
className="fl color-black summaryname mt5">{this.props.match.params.news === undefined ? "新建问卷" : this.props.match.params.news === "new" ? "新建问卷" : "编辑问卷"}</p>
|
|
|
|
className="fl color-black summaryname mt5">{this.props.match.params.news === undefined ? "新建问卷" : this.props.match.params.news === "new" ? "新建问卷" : "编辑问卷"}</p>
|
|
|
|
<a onClick={()=>this.gotohome()}
|
|
|
|
<Link to={`/courses/${this.props.match.params.coursesId}/polls/${this.props.match.params.pollid}`} className=" fr font-16">返回</Link>
|
|
|
|
className=" fr font-16">返回</a>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
{/*<Form {...formItemLayout} onSubmit={this.handleSubmit}>*/}
|
|
|
|
{/*<Form {...formItemLayout} onSubmit={this.handleSubmit}>*/}
|
|
|
|