|
|
|
@ -1161,16 +1161,16 @@ export default class TPMevaluation extends Component {
|
|
|
|
|
placeholder="输入"
|
|
|
|
|
value={item.input}
|
|
|
|
|
id={"textareavalue"+key}
|
|
|
|
|
autoHeight="true"
|
|
|
|
|
autoSize={{ minRows: 3, maxRows: 5 }}
|
|
|
|
|
// autoHeight="true"
|
|
|
|
|
rows={3}
|
|
|
|
|
onInput={(e)=>this.evaluationoninputvalue(e,key,"sr")}
|
|
|
|
|
></TextArea>
|
|
|
|
|
<TextArea className="textareavalue" name="test_set[output][]"
|
|
|
|
|
placeholder="预期输出"
|
|
|
|
|
value={item.output}
|
|
|
|
|
id={key+"textareavalue"}
|
|
|
|
|
autoHeight="true"
|
|
|
|
|
autoSize={{ minRows: 3, maxRows: 5 }}
|
|
|
|
|
// autoHeight="true"
|
|
|
|
|
rows={5}
|
|
|
|
|
onInput={(e)=>this.evaluationoninputvalue(e,key,"yq")}
|
|
|
|
|
></TextArea>
|
|
|
|
|
<div className="clearfix lineh-30">
|
|
|
|
|