Parcourir la source

8月5,专业质控路由修改

yq1 il y a 8 mois
Parent
révision
acb2b49c78
2 fichiers modifiés avec 4 ajouts et 2 suppressions
  1. 1 0
      src/lang/en.js
  2. 3 2
      src/router/modules/Dialysisanalysis.js

+ 1 - 0
src/lang/en.js Voir le fichier

@@ -128,6 +128,7 @@ export default {
128 128
     dialysis_batch_print: 'Batch Print Order',
129 129
     user_detail: 'user_detail',
130 130
     objectRegistration:'objectRegistration',
131
+    Dialysisanalysis:'Dialysisanalysis',
131 132
   },
132 133
   navbar: {
133 134
     logOut: 'Log Out',

+ 3 - 2
src/router/modules/Dialysisanalysis.js Voir le fichier

@@ -9,7 +9,8 @@ export default {
9 9
   name: 'Dialysisanalysis',
10 10
   alwaysShow: true,
11 11
   meta: {
12
-    title: '专业质控',
12
+    // title: '专业质控',
13
+    title:'Dialysisanalysis',
13 14
     icon: 'statistics'
14 15
   },
15 16
   children: [
@@ -25,7 +26,7 @@ export default {
25 26
     {//新专业质控
26 27
       path: '/Dialysisanalysis/qualitycontrol/new_otherIndicators',
27 28
       component: () => import('@/xt_pages/Dialysisanalysis/new_otherIndicators/index'),
28
-      name: 'otherIndicators',
29
+      name: 'new_otherIndicators',
29 30
       meta: {
30 31
         title: '透析分析',
31 32
         noCache: true