讲师管理bug

This commit is contained in:
zhangsir
2024-12-02 10:19:41 +08:00
parent 9b4238ce87
commit 694f9d22da
3 changed files with 8 additions and 8 deletions

View File

@@ -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: "其他" },