mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-23 09:46:45 +08:00
讲师管理bug
This commit is contained in:
@@ -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>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user