dev_new_shixunsrepository
杨树林 5 years ago
parent 6d9c1b768a
commit 67fc166e93

@ -186,7 +186,7 @@ class Paperreview_single extends Component {
objectsingle === undefined || objectsingle === null ? "" : objectsingle.choices.map((object, index) => {
return (
<p className={index === 1 ? "sortinxdirection ml10" : "sortinxdirection "}>
<Radio disabled={false}>
<Radio disabled={true}>
{object.choice_text}
</Radio>
</p>

@ -208,7 +208,7 @@ class Listjihe extends Component {
items === undefined || items === null ? "" : items.choices.map((object, index) => {
return (
<p className={index === 1 ? "sortinxdirection ml10" : "sortinxdirection "}>
<Radio disabled={false} disabled={true} >
<Radio disabled={true} >
{object.choice_text}
</Radio>
</p>

@ -180,7 +180,7 @@ class Paperlibraryseeid_items extends Component {
objectsingle === undefined || objectsingle === null ? "" : objectsingle.choices.map((object, index) => {
return (
<p className={index === 1 ? "sortinxdirection ml10" : "sortinxdirection "}>
<Radio disabled={false}>
<Radio disabled={true} >
{object.choice_text}
</Radio>
</p>

Loading…
Cancel
Save