培训放生组织

This commit is contained in:
gengxin
2025-02-18 14:33:02 +08:00
parent 0c33ba31d6
commit c9c90110d3

View File

@@ -431,7 +431,6 @@
<a-descriptions-item label="讲师名称"><div style="user-select: text">{{ formParam.teacherName ||'-'}}/{{ formParam.userNo||'-' }}</div></a-descriptions-item>
<a-descriptions-item label="课程名称"><div style="user-select: text">{{ formParam.courseName||'-' }}</div></a-descriptions-item>
<a-descriptions-item label="课程类型">
{{ formParam.type }}
{{ formParam.type == 0 ? '在线课' : formParam.type == 1 ? '面授课' : formParam.type == 5 ? '手动录入' : '-'
}}</a-descriptions-item>
<a-descriptions-item label="授课/课程日期"><div style="user-select: text">{{ formParam.teachingDate||'-' }}</div></a-descriptions-item>
@@ -822,7 +821,7 @@ export default {
? {
"0": "在线课",
"1": "面授课",
"2": "手动录入",
"5": "手动录入",
}[value.record.type + ""]
: "-"}
</div>