讲师管理bug

This commit is contained in:
zhangsir
2024-12-01 14:43:24 +08:00
parent 784e403da3
commit 3c76e1b2d2
2 changed files with 4 additions and 4 deletions

View File

@@ -484,8 +484,8 @@ export default {
<div>
{String(value.record.type)
? {
"0": "在线课",
"1": "面授课",
"1": "在线课",
"0": "面授课",
"2": "课程开发",
"3": "作业员入模培训",
"4": "其他",

View File

@@ -709,8 +709,8 @@ export default {
<div>
{String(value.record.type)
? {
"0": "在线课",
"1": "面授课",
"1": "在线课",
"0": "面授课",
"2": "课程开发",
"3": "作业员入模培训",
"4": "其他",