分数展示问题判断
parent
e7a69e87f8
commit
6160798087
|
@ -99,9 +99,9 @@ export default {
|
||||||
callback: (value, row) => {
|
callback: (value, row) => {
|
||||||
if (row.score) {
|
if (row.score) {
|
||||||
return row.score;
|
return row.score;
|
||||||
} else if (row.manageScore) {
|
} else if (row.examineStatus == 1) {
|
||||||
return row.manageScore;
|
return row.manageScore;
|
||||||
} else {
|
} else if(row.examineStatusSelf == 1){
|
||||||
return row.selfScore;
|
return row.selfScore;
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue