diff --git a/src/components/BtnCom/BtnCon.vue b/src/components/BtnCom/BtnCon.vue index 29f0c80..c275ace 100644 --- a/src/components/BtnCom/BtnCon.vue +++ b/src/components/BtnCom/BtnCon.vue @@ -2,6 +2,7 @@
首页数据统计
会议纪要
+
会议查看
选择患者信息
患者信息录入
病例搜索
diff --git a/src/router/index.js b/src/router/index.js index 36fb192..86678d3 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -1,10 +1,3 @@ -/* - * @Author: wally - * @email: 18603454788@163.com - * @Date: 2021-01-28 09:32:34 - * @LastEditors: wally - * @LastEditTime: 2021-01-29 11:00:57 - */ import Vue from 'vue'; import VueRouter from 'vue-router'; import Home from 'views/Index/Index.vue'; @@ -25,11 +18,11 @@ const routes = [ component: () => import('@/views/Meeting/Meeting.vue'), }, // 会议纪要预览 - // { - // path: '/meetingPreview', - // name: 'MeetingPreview', - // component: () => import('@/views/MeetingPreview/MeetingPreview.vue'), - // }, + { + path: '/meetingPreview', + name: 'MeetingPreview', + component: () => import('@/views/Meeting/MeetingPreview.vue'), + }, // 选择患者信息 { path: '/selectPatient', diff --git a/src/views/Meeting/MeetingPreview.vue b/src/views/Meeting/MeetingPreview.vue new file mode 100644 index 0000000..29f99c1 --- /dev/null +++ b/src/views/Meeting/MeetingPreview.vue @@ -0,0 +1,104 @@ + + + + +