|
|
|
@ -338,6 +338,7 @@ class ModulationModal_exercise extends Component {
|
|
|
|
|
}}
|
|
|
|
|
placeholder="请填写主观题成绩"
|
|
|
|
|
onInput={this.setInputs}
|
|
|
|
|
onFocus={true}
|
|
|
|
|
value={Inputsval === undefined || Inputsval === null ? "" : Inputsval}/>
|
|
|
|
|
<p className="mexeheigth ml10">分 ,</p>
|
|
|
|
|
<p className="mexeheigth"><span>总分:</span><span>{subjective_score}</span><span
|
|
|
|
@ -383,6 +384,7 @@ class ModulationModal_exercise extends Component {
|
|
|
|
|
height: "40px",
|
|
|
|
|
}}
|
|
|
|
|
placeholder="请填写客观题成绩"
|
|
|
|
|
onFocus={true}
|
|
|
|
|
onInput={this.setInputss}
|
|
|
|
|
value={Inputsvals === undefined || Inputsvals === null ? "" : Inputsvals}/>
|
|
|
|
|
<p className="mexeheigth ml10">分 ,</p>
|
|
|
|
@ -441,6 +443,7 @@ class ModulationModal_exercise extends Component {
|
|
|
|
|
}}
|
|
|
|
|
placeholder="请填写最终成绩"
|
|
|
|
|
onInput={this.setInputsss}
|
|
|
|
|
onFocus={true}
|
|
|
|
|
value={Inputsval === undefined || Inputsval === null ? "" : Inputsval}/>
|
|
|
|
|
<p className="mexeheigth ml10"> 分 ,</p>
|
|
|
|
|
<p className="mexeheigth">
|
|
|
|
@ -493,7 +496,9 @@ class ModulationModal_exercise extends Component {
|
|
|
|
|
}}
|
|
|
|
|
placeholder="请填写最终成绩"
|
|
|
|
|
onInput={this.setInputssss}
|
|
|
|
|
value={Inputsvals === undefined || Inputsvals === null ? "" : Inputsvals}/>
|
|
|
|
|
value={Inputsvals === undefined || Inputsvals === null ? "" : Inputsvals}
|
|
|
|
|
onFocus={true}
|
|
|
|
|
/>
|
|
|
|
|
<p className="mexeheigth ml10"> 分 ,</p>
|
|
|
|
|
<p className="mexeheigth">
|
|
|
|
|
<span>总分:</span><span>{subjective_score > 0 && objective_score === 0 ? subjective_score : ""} {objective_score > 0 && subjective_score === 0 ? objective_score : ""}</span><span
|
|
|
|
|