{record.objective_score===undefined?"":record.objective_score === "--" ?
客观题得分:0分 :
+
{record.objective_score === undefined ? "" : record.objective_score === "--" ?
+ 客观题得分:0分 :
客观题得分:{record.objective_score}分}
-
{record.subjective_score===undefined?"":record.subjective_score === "--" ?
主观题得分:0分 :
+
{record.subjective_score === undefined ? "" : record.subjective_score === "--" ?
+ 主观题得分:0分 :
主观题得分:{record.subjective_score}分}
-
-
{record.efficiencyscore === "--" ? 最终成绩:0分 :
- 最终成绩:{record.efficiencyscore}分}
-
+ {
+ parseInt(record.efficiencyscore) === 0 && myssubjective === 0 && mysubjective_score > 0 && myobjective_score === 0 ?
+
+ 待批阅
+
+ :
+
{record.efficiencyscore === "--" ? 最终成绩:0分 :
+ 最终成绩:{record.efficiencyscore}分}
+
+ }
}>
90 ? {
color: '#DD1717',
textAlign: "center",
- width:"199px"
- } : parseInt(record.efficiencyscore) <= 90 ? {
+ width: "199px"
+ } : parseInt(record.efficiencyscore) <= 90 && parseInt(record.efficiencyscore) > 60 ? {
color: '#FF6800',
textAlign: "center",
- width:"199px"
+ width: "199px"
} : parseInt(record.efficiencyscore) <= 60 ? {
color: '#747A7F',
textAlign: "center",
- width:"199px"
+ width: "199px"
} : {
color: '#747A7F',
textAlign: "center",
- width:"199px"
+ width: "199px"
}}>{record.efficiencyscore}
+ {//只有一个主观题的时候
+ parseInt(record.efficiencyscore) === 0 && myssubjective === 0 && mysubjective_score > 0 && myobjective_score === 0 ?
+
+ (待批阅)
+ :
+ ""
+ }
}
@@ -699,21 +773,21 @@ class Studentshavecompletedthelist extends Component {
key: 'finalscore',
align: 'center',
className: "edu-txt-center tabletd font-14",
- width:"98px",
+ width: "98px",
render: (text, record) => (
-
+
{
- record.submitstate === "未提交"||record.commit_method===5?
- -aa-
- :record.submitstate === "已提交"?
- record.score_open===null||record.score_open===undefined?"":
- record.score_open===true?
- -aa-
+ : record.submitstate === "已提交" ?
+ record.score_open === null || record.score_open === undefined ? "" :
+ record.score_open === true ?
+ 查看
- :""
+ : ""
:
- --
+ --
}
)
@@ -729,7 +803,7 @@ class Studentshavecompletedthelist extends Component {
render: (text, record) => (
{
- record.number=== "--"?
+ record.number === "--" ?
--
:
{record.number}
@@ -789,14 +863,14 @@ class Studentshavecompletedthelist extends Component {
dataIndex: 'classroom',
align: 'center',
className: "edu-txt-center font-14 maxnamewidth260",
- width:"260px",
+ width: "260px",
render: (text, record) => (
{record.classroom === null ?
-- : record.classroom === "" ?
+ }} className="maxnamewidth260">-- : record.classroom === "" ?
(
{
- record.completion === "--"?
+ record.completion === "--" ?
90 ? {
color: '#DD1717',
textAlign: "center",
- } : parseInt(record.completion) <= 90 ? {
+ } : parseInt(record.completion) <= 90&& parseInt(record.completion) >60 ? {
color: '#FF6800',
textAlign: "center",
} : parseInt(record.completion) <= 60 ? {
@@ -898,20 +972,34 @@ class Studentshavecompletedthelist extends Component {
90 ? {
color: '#DD1717',
textAlign: "center",
- } : parseInt(record.levelscore) <= 90 ? {
+ } : parseInt(record.levelscore) <= 90 &&parseInt(record.levelscore)>60? {
color: '#FF6800',
textAlign: "center",
} : parseInt(record.levelscore) <= 60 ? {
color: '#747A7F',
textAlign: "center",
- } : {color: '#747A7F', textAlign: "center"}}>{record.levelscore}
+ } : {color: '#747A7F', textAlign: "center"}}>{record.levelscore}
+ {
+ //主观题老师没有评分是
+ parseInt(record.levelscore) === 0 && myssubjective === 1 && mysubjective_score > 0 ?
+
+ (待批阅)
+ :
+ ""
+
+ }
+
}
)
},
{
- title: 最终成绩
+ title: 最终成绩
鼠标停留具体分值上可查
看得分明细
}>
,
@@ -923,7 +1011,7 @@ class Studentshavecompletedthelist extends Component {
{
record.efficiencyscore === "--" ?
-
+
未评分
}>