@@ -206,6 +206,13 @@ export const constantRoutes = [
hidden: true,
meta: { title: '医院大数据自助查询系统', keepAlive:true, icon: 'dashboard' },
},
+ {
+ path: '/outpatientCase',
+ name: 'OutpatientCase',
+ component: () => import('@/views/outpatient/case'),
+ meta: { title: '门诊病历查询' },
+ hidden: true,
+ },
],
// 医院大数据自助查询系统
@@ -0,0 +1,15 @@
+<template>
+ <div>
+ 123123
+ </div>
+</template>
+
+<script>
+ export default {
+ }
+</script>
+<style lang="scss" scoped>
+</style>