diff --git a/1.html b/1.html index e205cd0..8708f7c 100644 --- a/1.html +++ b/1.html @@ -28,7 +28,6 @@ // 添加 onend 事件处理器 utterance.onend = function(event) { console.log('Speech has finished.'); - alert('Speech has finished.'); }; window.speechSynthesis.speak(utterance); diff --git a/src/router/index.js b/src/router/index.js index 819c434..3e38e77 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -52,6 +52,12 @@ const routes = [ meta: { title: '手术排程' }, component: () => import('@/views/scheduleList/index.vue'), }, + { + path: '/melon', + name: 'melon', + meta: { title: '手术排程' }, + component: () => import('@/views/pageMelon/index.vue'), + }, ]; const router = new VueRouter({ diff --git a/src/views/pageMelon/index.vue b/src/views/pageMelon/index.vue new file mode 100644 index 0000000..5346f20 --- /dev/null +++ b/src/views/pageMelon/index.vue @@ -0,0 +1,65 @@ + + + diff --git a/src/views/scheduleList/index.vue b/src/views/scheduleList/index.vue index dbcbda9..802f94c 100644 --- a/src/views/scheduleList/index.vue +++ b/src/views/scheduleList/index.vue @@ -18,13 +18,13 @@
-
手术间
-
台次
-
患者姓名
-
科室
-
手术名称
-
手术医生
-
状态
+
手术间
+
台次
+
患者姓名
+
科室
+
手术名称
+
手术医生
+
状态