|
|
@ -24,7 +24,7 @@ const questionType = [
|
|
|
|
type:'SINGLE',
|
|
|
|
type:'SINGLE',
|
|
|
|
color:'typeGreen',
|
|
|
|
color:'typeGreen',
|
|
|
|
name:'单选题'
|
|
|
|
name:'单选题'
|
|
|
|
},
|
|
|
|
},
|
|
|
|
{
|
|
|
|
{
|
|
|
|
type:'MULTIPLE',
|
|
|
|
type:'MULTIPLE',
|
|
|
|
color:'typeBlue',
|
|
|
|
color:'typeBlue',
|
|
|
@ -520,7 +520,7 @@ class Listjihe extends Component {
|
|
|
|
this.props.Isitapopup&&this.props.Isitapopup==="true"?
|
|
|
|
this.props.Isitapopup&&this.props.Isitapopup==="true"?
|
|
|
|
""
|
|
|
|
""
|
|
|
|
:
|
|
|
|
:
|
|
|
|
<a onClick={()=>this.seturls(`/problems/${items.program_attr.identifier}/edit?editoj=1&pages=`+this.props.pages)}>
|
|
|
|
<a onClick={()=>this.seturls(`/problems/${items.program_attr.identifier}/edit`)}>
|
|
|
|
<p className="viewparsings xiaoshou mr25">
|
|
|
|
<p className="viewparsings xiaoshou mr25">
|
|
|
|
<i className="iconfont icon-bianji2 font-17 lg ml7 lh30 icontianjiadaohangcolors mr5"></i>
|
|
|
|
<i className="iconfont icon-bianji2 font-17 lg ml7 lh30 icontianjiadaohangcolors mr5"></i>
|
|
|
|
<span>编辑</span>
|
|
|
|
<span>编辑</span>
|
|
|
|