讲师管理bug

This commit is contained in:
zhangsir
2024-11-29 16:44:17 +08:00
parent cac6535256
commit 3532fa6ca7
11 changed files with 138 additions and 106 deletions

View File

@@ -919,14 +919,14 @@
customRender: (value) => {
return (
<div>
{String(value.record. courseType)
{String(value.record.courseType)
? {
"0": "在线课",
"1": "面授课",
"2": "课程开发",
"3": "作业员入模培训",
"4": "其他",
}[value.record. courseType + ""]
}[value.record.courseType + ""]
: "-"}
</div>
)