Merge branch 'dev_aliyun' of https://bdgit.educoder.net/Hjqreturn/educoder into dev_aliyun

chromesetting
daiao 5 years ago
commit 9abcfbc1bb

@ -1748,10 +1748,11 @@ class Listofworksstudentone extends Component {
} catch (e) { } catch (e) {
} }
// console.log("table1handleChange");
// console.log(sorter.columnKey);
try { try {
//学生成绩排序 //学生成绩排序
if (sorter.columnKey === "finalscore") { if (sorter.columnKey === "work_score") {
if (sorter.order === "ascend") { if (sorter.order === "ascend") {
//升序 //升序
this.setState({ this.setState({

@ -93,14 +93,14 @@ class Addshixuns extends Component {
</style>:""} </style>:""}
<div className="task-popup-content"> <div className="task-popup-content">
<Form {...formItemLayout}> {/*<Form {...formItemLayout}>*/}
<Form.Item label="实训类型"> {/* <Form.Item label="实训类型">*/}
<Radio.Group value={this.state.is_jupyter} onChange={this.GrouponChange}> {/* <Radio.Group value={this.state.is_jupyter} onChange={this.GrouponChange}>*/}
<Radio value="1">普通实训</Radio> {/* <Radio value="1">普通实训</Radio>*/}
<Radio value="2">jupyter实训</Radio> {/* <Radio value="2">jupyter实训</Radio>*/}
</Radio.Group> {/* </Radio.Group>*/}
</Form.Item> {/* </Form.Item>*/}
</Form> {/*</Form>*/}
<p className="task-popup-text-center font-16"> <p className="task-popup-text-center font-16">
<span style={{ "line-height":"30px"}}>实训名称</span> <span style={{ "line-height":"30px"}}>实训名称</span>
<span><Input style={{ width:"80%"}} className="yslzxueshisy " placeholder="请输入60字以内的实训名称" onChange={this.handleChange} addonAfter={String(this.state.shixunname===undefined?0:this.state.shixunname.length)+"/60"} maxLength={60} /> <span><Input style={{ width:"80%"}} className="yslzxueshisy " placeholder="请输入60字以内的实训名称" onChange={this.handleChange} addonAfter={String(this.state.shixunname===undefined?0:this.state.shixunname.length)+"/60"} maxLength={60} />

Loading…
Cancel
Save