fix:作业成绩显示问题

This commit is contained in:
wyx
2023-03-21 15:53:50 +08:00
parent cfa27d3414
commit 81970bf284

View File

@@ -242,7 +242,7 @@ const columns = ref([
align: "center",
ellipsis: true,
className: "h",
customRender: ({ record: { workScore } }) => <span> {workScore || "-"}</span>
customRender: ({ record: { workScore } }) => <span> {workScore!==-2?workScore:"-" || "-"}</span>
},
{
title: "考试成绩",