diff --git a/src/views/projectFront/examSystem/examManagement/examManagement.vue b/src/views/projectFront/examSystem/examManagement/examManagement.vue index e69de29b..80723766 100644 --- a/src/views/projectFront/examSystem/examManagement/examManagement.vue +++ b/src/views/projectFront/examSystem/examManagement/examManagement.vue @@ -0,0 +1,512 @@ + + + + \ No newline at end of file diff --git a/src/views/projectFront/examSystem/learningMaterial/learningMaterial.vue b/src/views/projectFront/examSystem/learningMaterial/learningMaterial.vue index 203e314d..7955a006 100644 --- a/src/views/projectFront/examSystem/learningMaterial/learningMaterial.vue +++ b/src/views/projectFront/examSystem/learningMaterial/learningMaterial.vue @@ -28,7 +28,7 @@
类型:{{ item.courseType }}
待质检数:{{item.courseCount}}
-
学习周期:{{item.coursePeroid}}
+
学习周期:{{item.courseCycle}}
选修人员数:{{item.courseElective}}
必修人员数:{{item.courseCompulsory}}
@@ -97,8 +97,8 @@ - - + + @@ -225,7 +225,7 @@ export default { courseTime: '2021-10-12 00:00:00', courseType: '视频', courseCount: '120', - coursePeroid: '1次/天', + courseCycle: '1次/天', courseElective: '0人', courseCompulsory: '0人', }], @@ -312,7 +312,7 @@ export default { total: 0, } - // this.getRecordList() + this.getRecordList() }, //切换Tab记录类型 handleClick2(val) {