mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
--fix bug 考试
This commit is contained in:
@@ -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: "任务状态",
|
||||
|
||||
Reference in New Issue
Block a user