diff --git a/src/api/indexPeojiectManage.js b/src/api/indexPeojiectManage.js index 75749b8f..fc487696 100644 --- a/src/api/indexPeojiectManage.js +++ b/src/api/indexPeojiectManage.js @@ -20,18 +20,25 @@ import http from "./config"; // } // 获取内部讲师体系列表 //VUE_APP_BASE_API /manageApi -export const getTeacherSystemList = (obj) => http.post('/admin/teacher/getInTeacherSystemList', obj) +export const getTeacherSystemList = (obj) => http.post('/admin/teacher/getSystem', obj) // 获取内部讲师列表 export const getTeacherList = (obj) => http.post('/admin/teacher/getInTeacherList', obj) -//.内部讲师发薪地筛选 -export const getTeacherPayRollPriceList = (obj) => http.post('/admin/teacher/getTeacherPayRollPriceList', obj) +//获取内部讲师发薪地 +export const getTeacherPayRollPriceList = (obj) => http.post('/admin/teacher/getPayRollPlace', obj) +//获取内部讲师级别 +export const getLevel = (obj) => http.post('/admin/teacher/getLevel', obj) //新增讲师 export const insertTeacher = () => http.post('/admin/teacher/insertInTeacher' ,obj) //修改 讲师 export const updateInTeacher = () => http.post('/admin/teacher/updateInTeacher' ,obj) //内部讲师详情 -export const getLookTeacherSystem= (obj) => http.post('/admin/teacher/getTeacherSystemList'+id ,obj) +export const getTeacherById= (obj) => http.post('/admin/teacher/getTeacherById' ,obj) //删除内部讲师 export const deleteTeacher = (obj) => http.post('/admin/teacher/deleteInTeacher' ,obj)// //修改讲师状态 -export const updateTeacherState = (obj) => http.post('/admin/teacher/updateTeacherState' ,obj) +export const updateTeacherState = (obj) => http.post('/admin/teacher/update-status' ,obj) +//获取内部讲师授课记录 +export const getTeacherCourseList = (obj) => http.post('/admin/teacher/getTeacherCourseList' ,obj) +//导出内部讲师列表 +// http://pretest.zcwytd.com/manageApi/lesson_records/export +export const exportteacher = (obj) => http.post('/admin/lesson_records/export' ,obj) diff --git a/src/views/lecturer/ExternalLecturer.vue b/src/views/lecturer/ExternalLecturer.vue index 15199fcc..81c19bde 100644 --- a/src/views/lecturer/ExternalLecturer.vue +++ b/src/views/lecturer/ExternalLecturer.vue @@ -1,7 +1,1272 @@ - \ No newline at end of file + + diff --git a/src/views/lecturer/InsideLecturer.vue b/src/views/lecturer/InsideLecturer.vue index c027ecd0..13ec9557 100644 --- a/src/views/lecturer/InsideLecturer.vue +++ b/src/views/lecturer/InsideLecturer.vue @@ -1,41 +1,43 @@ - + @@ -83,18 +85,16 @@
- - + @change="changePagination" + />
@@ -106,9 +106,15 @@ src="../../assets/images/basicinfo/close22.png" /> -
-
个人详情
-
+
+
+ 个人详情 + 授课记录 + 晋级记录 +
+ +
+
- 讲师姓名 : - 讲师姓名 : + - {{ formParam.teacherName }} + {{ formParam.name }}
@@ -136,7 +142,7 @@ src="../../assets/images/basicinfo/asterisk.png" />
- 讲师工号 : + 讲师工号 : @@ -149,18 +155,18 @@ src="../../assets/images/basicinfo/asterisk.png" />
- 讲师组织 : - 讲师组织 : + - {{ formParam.organizationDTO }} + {{ formParam.departId }}
- 初始授课时长 : - 初始授课时长 : + - {{ formParam.teachingDuration }} + {{ formParam.defaultTeachingTime }}
@@ -169,21 +175,21 @@ src="../../assets/images/basicinfo/asterisk.png" />
- 讲师等级 : - + 讲师等级 : + - {{ formParam.grade }} + {{ formParam.tlevelName }}
- 认证状态 - 认证状态 + 未认证 已认证 - {{ formParam.authenticationStatus }} + {{ formParam.certStatus }}
@@ -192,59 +198,60 @@ src="../../assets/images/basicinfo/asterisk.png" />
- 讲师体系 : - 讲师体系 : + - {{ formParam.lecturerSystem }} + {{ formParam.tsystemName }}
- 认证人 : - {{ formParam.lecturerSystem }} + 认证人 : + {{ formParam.certifyBy }}
- 总授课时长 : - {{ formParam.teachingDuration }} + 总授课时长 : + {{ formParam.teaching }}
- 认证资料 : - {{ formParam.placeOfPay }} + 认证资料 : + {{ formParam.certification }}
- 讲师介绍 : + 讲师介绍 :
- {{ formParam.one }} + style="width: 500px ;display:inline-block ; margin-top:-50px ;margin-left:80px " /> + {{ formParam.description }}
- 工作经历 : + 工作经历 :
+ style="width: 500px ;display:inline-block ; margin-top:-50px ;margin-left:80px " /> {{ formParam.one }}
- 擅长课程 : + 擅长课程 :
+ style="width: 500px ;display:inline-block ; margin-top:-50px ;margin-left:80px " /> {{ formParam.one }}
- 教师专长 : - 教师专长 : + - + {{ formParam.expertise }}
取消 @@ -255,10 +262,44 @@
+ +
+
+ + + +
+ +
+ +
+
+
晋升过程
+ + + +
+
+
-
@@ -268,30 +309,24 @@ 提示
- 您确定要删除此讲师吗 - 您确定要启用此讲师状态吗 - 您确定要停用此讲师状态吗 + 您确定要删除此讲师吗
取消
确定
-
-
确定
-
- +