mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-06 17:36:44 +08:00
fix:作业成绩显示问题
This commit is contained in:
@@ -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: "考试成绩",
|
||||
|
||||
Reference in New Issue
Block a user