瀏覽代碼

新分支

28169 1 年之前
父節點
當前提交
b75a63081c
共有 2 個文件被更改,包括 10 次插入10 次删除
  1. 1 1
      src/router/index.js
  2. 9 9
      src/router/modules/workforce.js

+ 1 - 1
src/router/index.js 查看文件

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

+ 9 - 9
src/router/modules/workforce.js 查看文件

56
       noCache: true
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
     path: '/workforce/schedule/printone',
69
     path: '/workforce/schedule/printone',
70
     component: () => import('@/xt_pages/workforce/printOne'),
70
     component: () => import('@/xt_pages/workforce/printOne'),