diff --git a/src/components/BtnCom/BtnCon.vue b/src/components/BtnCom/BtnCon.vue
index ced1fc2..29f0c80 100644
--- a/src/components/BtnCom/BtnCon.vue
+++ b/src/components/BtnCom/BtnCon.vue
@@ -10,6 +10,7 @@
生物样本搜索
消息推送
个人数据统计
+ 认知量表
diff --git a/src/router/index.js b/src/router/index.js
index 5ff5c8e..36fb192 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -78,6 +78,12 @@ const routes = [
name: 'personalStats',
component: () => import('@/views/PersonalStats/PersonalStats.vue'),
},
+ // 认知量表
+ {
+ path: '/cognitiveScale',
+ name: 'cognitiveScale',
+ component: () => import('@/views/CognitiveScale/CognitiveScale.vue'),
+ },
];
const router = new VueRouter({
diff --git a/src/views/CognitiveScale/CognitiveScale.vue b/src/views/CognitiveScale/CognitiveScale.vue
new file mode 100644
index 0000000..817ee70
--- /dev/null
+++ b/src/views/CognitiveScale/CognitiveScale.vue
@@ -0,0 +1,42 @@
+
+
+
MMSE测评
+
MoCa测评
+
HAMA测评
+
HAMD测评
+
ADL测评
+
NPI测评
+
Rey测评
+
报告单生成
+
+
+
+
+
+