diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from.vue
new file mode 100644
index 000000000..cbf6555fd
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/from.vue
@@ -0,0 +1,111 @@
+
+
+
+
+
+ 课程简介:
+
+
+
+
+
+
+ 教师简介:
+
+
+
+
+
+ 报名
+
+
+
+
+
+
diff --git a/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue
new file mode 100644
index 000000000..f7a0c9843
--- /dev/null
+++ b/Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/EducationalAdministration/OpenLessonPlanOfElectiveStudent/list.vue
@@ -0,0 +1,237 @@
+
+
+
+
+ 共 {{ records }} 条数据
+
+
+
+
+ 学年:
+ {{ item.AcademicYearNo }}
+
+
+ 学期:
+ {{ item.Semester }}
+
+
+ 课程名称:
+ {{ item.LessonName }}
+
+
+ 上课节次:
+ {{ jieci(item.LessonSection) }}
+
+
+ 上课时间:
+ {{ item.LessonTime }}
+
+
+ 学分:
+ {{ item.StudyScore }}
+
+
+ 教师姓名:
+ {{ item.EmpName }}
+
+
+ 教室名称:
+ {{ item.ClassRoomNo }}
+
+
+ 人数上限:
+ {{ item.StuNumMax }}
+
+
+ 已报名人数:
+ {{ item.StuNumOfApplyPre }}
+
+ {{ typePd(item.StatusPre) }}
+ 取消报名
+
+
+
+
+
+
+
+
+
+