|
|
@@ -72,9 +72,9 @@
|
|
|
import { EyeOutlined, ClockCircleOutlined, EditOutlined, DeleteOutlined, DownOutlined } from '@ant-design/icons-vue'
|
|
|
import EditCourse from './components/EditCourse.vue'
|
|
|
import AddClassHours from './components/AddClassHours.vue'
|
|
|
- import LessonDetails from './components/LessonDetails.vue'
|
|
|
- import StudentDetails from './components/StudentDetails.vue'
|
|
|
- import LearningStatistics from './components/LearningStatistics.vue'
|
|
|
+ import LessonDetails from './components/tab/LessonDetails.vue'
|
|
|
+ import StudentDetails from './components/tab/StudentDetails.vue'
|
|
|
+ import LearningStatistics from './components/tab/LearningStatistics.vue'
|
|
|
import { getCourseDetail } from '@/api/course/courseDetail.js'
|
|
|
|
|
|
const course = ref({})
|