--fix bug 考试

This commit is contained in:
yuping
2023-01-20 02:39:17 +08:00
parent c251a8e192
commit 59c05b9258
2 changed files with 2 additions and 18 deletions

View File

@@ -389,15 +389,7 @@ export default {
align: "center",
ellipsis: true,
className: "h",
customRender: (text) => {
return (
<div class="racona">
<span>
{text.record.assessmentScore || "-"}
</span>
</div>
);
},
customRender: ({record:{assessmentScore}}) => (assessmentScore ? Math.round(assessmentScore * 100) / 100 : "-"),
},
{
title: "任务状态",