Browse Source

新分支

28169 1 year ago
parent
commit
b75a63081c
2 changed files with 10 additions and 10 deletions
  1. 1 1
      src/router/index.js
  2. 9 9
      src/router/modules/workforce.js

+ 1 - 1
src/router/index.js View File

@@ -10,7 +10,7 @@ import patient from './modules/patient'
10 10
 import qcd from './modules/qcd'
11 11
 import Dialysisanalysis from './modules/Dialysisanalysis'
12 12
 import DialysisIndex from './modules/dialysisIndex'
13
-// import DialysisLogIndex from './modules/logIndex'
13
+import DialysisLogIndex from './modules/logIndex'
14 14
 import stock from './modules/stock'
15 15
 import weight_sign from './modules/weight_sign'
16 16
 import workforce from './modules/workforce'

+ 9 - 9
src/router/modules/workforce.js View File

@@ -56,15 +56,15 @@ export default {
56 56
       noCache: true
57 57
     }
58 58
   },
59
-  {//患者调班
60
-    path: '/workforce/Patientshift',
61
-    component: () => import('@/xt_pages/workforce/Patientshift'),
62
-    name: '患者调班',
63
-    meta: {
64
-      title: '患者调班',
65
-      noCache: true
66
-    }
67
-  },
59
+  // {//患者调班
60
+  //   path: '/workforce/Patientshift',
61
+  //   component: () => import('@/xt_pages/workforce/Patientshift'),
62
+  //   name: '患者调班',
63
+  //   meta: {
64
+  //     title: '患者调班',
65
+  //     noCache: true
66
+  //   }
67
+  // },
68 68
   {
69 69
     path: '/workforce/schedule/printone',
70 70
     component: () => import('@/xt_pages/workforce/printOne'),