diff --git a/public/images/teacher/folder.jpg b/public/images/teacher/folder.jpg new file mode 100644 index 0000000..f848588 Binary files /dev/null and b/public/images/teacher/folder.jpg differ diff --git a/public/images/teacher/template.png b/public/images/teacher/template.png index 5123207..3d624f7 100644 Binary files a/public/images/teacher/template.png and b/public/images/teacher/template.png differ diff --git a/src/components/admin/CourseComponents/CourseCategory.vue b/src/components/admin/CourseComponents/CourseCategory.vue index fd3fd45..daae8d2 100644 --- a/src/components/admin/CourseComponents/CourseCategory.vue +++ b/src/components/admin/CourseComponents/CourseCategory.vue @@ -100,7 +100,7 @@ const courseList = ref([ // 跳转到创建课程页面 const navigateToCreateCourse = () => { - // router.push('/teacher/course-create'); + router.push('/teacher/course-create'); }; diff --git a/src/components/admin/CourseComponents/CourseCreate.vue b/src/components/admin/CourseComponents/CourseCreate.vue index dc7cac0..ab51118 100644 --- a/src/components/admin/CourseComponents/CourseCreate.vue +++ b/src/components/admin/CourseComponents/CourseCreate.vue @@ -1,510 +1,728 @@ - - + + - - \ No newline at end of file + + .form-content { + padding: 16px; + } +} + diff --git a/src/views/teacher/course/CoursewareManagement.vue b/src/views/teacher/course/CoursewareManagement.vue index bb78beb..ae89a26 100644 --- a/src/views/teacher/course/CoursewareManagement.vue +++ b/src/views/teacher/course/CoursewareManagement.vue @@ -232,7 +232,7 @@ const filteredFiles = computed(() => { // 获取文件图标 const getFileIcon = (type: string) => { const iconMap: { [key: string]: string } = { - folder: '/images/profile/folder.png', + folder: '/images/teacher/folder.jpg', excel: '/images/activity/xls.png', word: '/images/activity/wrod.png', pdf: '/images/activity/pdf.png',