From d19ead7d0faa934954a6b7151c0dc5b77d0f485b Mon Sep 17 00:00:00 2001 From: "@0Melon0" <576788380@qq.com> Date: Thu, 11 Jul 2024 13:48:46 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=92=AD=E6=94=BE=E9=80=9F?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1.html | 1 - src/router/index.js | 6 +++ src/views/pageMelon/index.vue | 65 +++++++++++++++++++++++ src/views/scheduleList/index.vue | 28 +++++----- src/views/waitList/index.vue | 89 +++++++++++++++++++------------- 5 files changed, 138 insertions(+), 51 deletions(-) create mode 100644 src/views/pageMelon/index.vue 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 @@
-
手术间
-
台次
-
患者姓名
-
科室
-
手术名称
-
手术医生
-
状态
+
手术间
+
台次
+
患者姓名
+
科室
+
手术名称
+
手术医生
+
状态