diff --git a/src/api/index1.js b/src/api/index1.js index e2b28694..d6390d53 100644 --- a/src/api/index1.js +++ b/src/api/index1.js @@ -2,7 +2,7 @@ * @Author: lixg lixg@dongwu-inc.com * @Date: 2022-11-04 22:45:31 * @LastEditors: lixg lixg@dongwu-inc.com - * @LastEditTime: 2022-11-30 10:39:27 + * @LastEditTime: 2022-12-08 20:20:26 * @FilePath: /fe-manage/src/api/index1.js * @Description: 这是默认设置,请设置`customMade`, 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -80,6 +80,9 @@ export const delStudent = (obj) => // 获取学员路径图进度明细 export const stuProgress = (obj) => http.post("/admin/router/studentProcess", obj); +//编辑学习路径基本信息 +export const editLearnInfo = (obj) => http.post('/admin/router/editInfo', obj) + //项目基础信息----------------------------------- //项目积分榜单 diff --git a/src/views/courselibrary/CoursewareManage.vue b/src/views/courselibrary/CoursewareManage.vue index c21d11bc..98328dee 100644 --- a/src/views/courselibrary/CoursewareManage.vue +++ b/src/views/courselibrary/CoursewareManage.vue @@ -4029,7 +4029,7 @@ export default defineComponent({ number: "studentId", department: "deptName", postion: "jobName", - band: "userAutograph", + band: "bandDesc", status: "applyStatus", join: "source", signstatus: "signStatus", diff --git a/src/views/learningpath/LevelAdd.vue b/src/views/learningpath/LevelAdd.vue index bce3788c..108be054 100644 --- a/src/views/learningpath/LevelAdd.vue +++ b/src/views/learningpath/LevelAdd.vue @@ -690,7 +690,7 @@
取消
-
确定
+
确定
@@ -720,6 +720,7 @@ :controls="false" :autofocus="true" :min="0" + :precision="0" /> 关-第{{ @@ -731,11 +732,17 @@ :controls="false" :autofocus="true" :min="0" + :precision="0" /> 关内容
+