mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-24 10:12:54 +08:00
讲师管理bug
This commit is contained in:
@@ -588,8 +588,8 @@
|
||||
//课程类型
|
||||
const OnTheJobStatusList = ref([
|
||||
{ value: '', label: "全部" },
|
||||
{ value: '0', label: "面授课" },
|
||||
{ value: '1', label: "在线课" },
|
||||
{ value: '1', label: "面授课" },
|
||||
{ value: '0', label: "在线课" },
|
||||
{ value: '2', label: "课程开发" },
|
||||
{ value: '3', label: "作业员入模培训" },
|
||||
{ value: '4', label: "其他" },
|
||||
|
||||
Reference in New Issue
Block a user