lrf402788946 4 years ago
parent
commit
ecf93fe05d
2 changed files with 6 additions and 1 deletions
  1. 5 0
      config/menu-config.js
  2. 1 1
      store/tea-plan.js

+ 5 - 0
config/menu-config.js

@@ -259,6 +259,11 @@ export const menu = [
         name: '学生名单导出',
         module: 'center',
       },
+      {
+        path: '/plan/teacher/plan',
+        name: '教师上报',
+        module: 'center',
+      },
       {
         path: '/plan/teacher/lesson',
         name: '课表安排',

+ 1 - 1
store/tea-plan.js

@@ -8,7 +8,7 @@ const api = {
   apply: `/api/train/apply/queryteacher`,
   divide: `/api/train/teaplan/divide`, //query: trainplanid
   findTeacher: `/api/train/teaplan/findteacher`, //planid termid batchid
-  arrange: `/api/train/teaplan/arrange`,
+  arrange: `/api/train/apply/arrange`,
 };
 const state = () => ({});
 const mutations = {};