Browse Source

修改出院记录页签名称病案详情

liyanyan 1 month ago
parent
commit
3bda60db43
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/router/index.js

+ 2 - 2
src/router/index.js

@@ -91,7 +91,7 @@ export const constantRoutes = [
         component: () => import('@/views/allcase/homePage'),
         hidden: true,//不在导航栏展示
         meta: {
-          title: '病案详情',
+          title: '出院记录',
           keepAlive: 0,
           canMultipleOpen: true //支持根据参数不同多开不同页签,如果你需要/a跟/a?v=123都分别打开两个页签,请设置为true,否则就只会显示一个页签,后打开的会替换到前打开的页签
         },
@@ -113,7 +113,7 @@ export const constantRoutes = [
         component: () => import('@/views/allcase/caseViews'),
         hidden: true,//不在导航栏展示
         meta: {
-          title: '出院记录',
+          title: '病案详情',
           keepAlive: 0,
           canMultipleOpen: true
         },