mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
fix:外部考试学员成绩显示问题
This commit is contained in:
@@ -296,7 +296,7 @@
|
||||
customRender: (text) => {
|
||||
return (
|
||||
<div class="racona">
|
||||
<span> {text.record.score?text.record.score:"-"}</span>
|
||||
<span> {text.record.score?text.record.score<0?"-":text.record.score:"-"} </span>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
@@ -300,7 +300,7 @@
|
||||
customRender: (text) => {
|
||||
return (
|
||||
<div class="racona">
|
||||
<span> {text.record.score?text.record.score:"-"}</span>
|
||||
<span> {text.record.score?text.record.score<0?"-":text.record.score:"-"}</span>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user