面授考试成绩显示修改

This commit is contained in:
zhangsir
2024-10-11 15:02:50 +08:00
parent a4d43c8838
commit c08fb3ab3f

View File

@@ -4323,6 +4323,9 @@ function onFocusEnd(){
dataIndex: "examinationScore", dataIndex: "examinationScore",
key: "8", key: "8",
align: "center", align: "center",
customRender: ({ record }) =>
record.examinationScore ? record.examinationScore : "-",
}, },
{ {
title: "结业状态", title: "结业状态",