mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 11:56:46 +08:00
手动录入修改
This commit is contained in:
@@ -297,7 +297,7 @@
|
|||||||
<a-descriptions-item label="手机号码">{{ formParam.mobile || '-' }}</a-descriptions-item>
|
<a-descriptions-item label="手机号码">{{ formParam.mobile || '-' }}</a-descriptions-item>
|
||||||
<a-descriptions-item label="课程类型">{{ formParam.type == 0 ? '在线课' : formParam.type == 1 ? '面授课' :
|
<a-descriptions-item label="课程类型">{{ formParam.type == 0 ? '在线课' : formParam.type == 1 ? '面授课' :
|
||||||
formParam.type ==
|
formParam.type ==
|
||||||
2 ? '手动录入' : '-'
|
5 ? '手动录入' : '-'
|
||||||
}}</a-descriptions-item>
|
}}</a-descriptions-item>
|
||||||
<a-descriptions-item label="课程名称">{{ formParam.courseName || '-' }}</a-descriptions-item>
|
<a-descriptions-item label="课程名称">{{ formParam.courseName || '-' }}</a-descriptions-item>
|
||||||
<a-descriptions-item label="开课状态">{{ formParam.courseStatus == 0 ? '未开课' : formParam.courseStatus == 1
|
<a-descriptions-item label="开课状态">{{ formParam.courseStatus == 0 ? '未开课' : formParam.courseStatus == 1
|
||||||
|
|||||||
Reference in New Issue
Block a user