调整改版调分

issues25489
杨树林 5 years ago
parent 5274d75a28
commit 90c329517d

@ -1030,9 +1030,7 @@ class Studentshavecompletedthelist extends Component {
render: (text, record) => ( render: (text, record) => (
<span> <span>
{record.finalscore==="--"? {record.finalscore==="--"?
<span className="color-blue" style={{textAlign: "center", cursor: "pointer"}} "--"
onClick={() => this.Adjustment(record)}
>调分</span>
: :
<a style={{textAlign: "center"}} className="color-blue" <a style={{textAlign: "center"}} className="color-blue"
target="_blank" target="_blank"
@ -1227,9 +1225,7 @@ class Studentshavecompletedthelist extends Component {
render: (text, record) => ( render: (text, record) => (
<span> <span>
{record.finalscore==="--"? {record.finalscore==="--"?
<span className="color-blue" style={{textAlign: "center", cursor: "pointer"}} "--"
onClick={() => this.Adjustment(record)}
>调分</span>
: :
<a style={{textAlign: "center"}} className="color-blue" <a style={{textAlign: "center"}} className="color-blue"
target="_blank" target="_blank"
@ -1244,6 +1240,12 @@ class Studentshavecompletedthelist extends Component {
order_type: "desc", order_type: "desc",
exeuserid: 0, exeuserid: 0,
} }
{/*<span className="color-blue" style={{textAlign: "center", cursor: "pointer"}}*/
}
{/* onClick={() => this.Adjustment(record)}*/
}
{/*>调分</span>*/
}
// //console.log("Studentshavecompletedthelist"); // //console.log("Studentshavecompletedthelist");
// //console.log(props.current_status); // //console.log(props.current_status);
// columnsys 老师列表 // columnsys 老师列表

@ -1175,9 +1175,7 @@ class Listofworksstudentone extends Component {
className: 'font-14', className: 'font-14',
render: (text, record) => ( render: (text, record) => (
record.submitstate === "未提交" ? record.submitstate === "未提交" ?
<a style={{textAlign: "center"}} className="color-blue" "--" :
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
onClick={() => this.Viewstudenttraininginformationt(record)}>查看</a> :
<span> <span>
<a style={{textAlign: "center"}} className="color-blue" <a style={{textAlign: "center"}} className="color-blue"
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)} onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
@ -1509,9 +1507,7 @@ class Listofworksstudentone extends Component {
className: 'font-14', className: 'font-14',
render: (text, record) => ( render: (text, record) => (
record.submitstate === "未提交" ? record.submitstate === "未提交" ?
<a style={{textAlign: "center"}} className="color-blue" "--" :
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}
onClick={() => this.Viewstudenttraininginformationt(record)}>{record.operating}</a> :
<span> <span>
<a style={{textAlign: "center"}} className="color-blue" <a style={{textAlign: "center"}} className="color-blue"
onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)} onMouseDown={(e) => this.Viewstudenttraininginformationtysl2(e, record)}

Loading…
Cancel
Save