|
@@ -164,7 +164,7 @@ class RadioInpDrop extends Component{
|
|
if(typeof temp=='object'){
|
|
if(typeof temp=='object'){
|
|
list.push(<InputComp handleInp={this.handleInnerInp} editable={true} index={i} value={temp.value}></InputComp>);
|
|
list.push(<InputComp handleInp={this.handleInnerInp} editable={true} index={i} value={temp.value}></InputComp>);
|
|
}else{
|
|
}else{
|
|
- list.push(<span>{temp}</span>);
|
|
|
|
|
|
+ list.push(<span> {temp}</span>);
|
|
}
|
|
}
|
|
}
|
|
}
|
|
/*if(value&&value.indexOf(config.radioOptionPer)!=-1){
|
|
/*if(value&&value.indexOf(config.radioOptionPer)!=-1){
|