Jelajahi Sumber

门诊病历搜索

yuwandanmian 2 tahun lalu
induk
melakukan
cc12a4c162
2 mengubah file dengan 22 tambahan dan 0 penghapusan
  1. 7 0
      src/router/index.js
  2. 15 0
      src/views/outpatient/case/index.vue

+ 7 - 0
src/router/index.js

@@ -206,6 +206,13 @@ export const constantRoutes = [
         hidden: true,
         hidden: true,
         meta: { title: '医院大数据自助查询系统', keepAlive:true,  icon: 'dashboard' },
         meta: { title: '医院大数据自助查询系统', keepAlive:true,  icon: 'dashboard' },
       },
       },
+      {
+        path: '/outpatientCase',
+        name: 'OutpatientCase',
+        component: () => import('@/views/outpatient/case'),
+        meta: { title: '门诊病历查询' },
+        hidden: true,
+      },
     ],
     ],
   },
   },
   // 医院大数据自助查询系统
   // 医院大数据自助查询系统

+ 15 - 0
src/views/outpatient/case/index.vue

@@ -0,0 +1,15 @@
+<template>
+  <div>
+    123123
+  </div>
+</template>
+
+<script>
+  export default {
+    
+  }
+</script>
+
+<style lang="scss" scoped>
+
+</style>