From d75764603bf3e00ba0d16738c32b820a72bf1bc5 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 27 九月 2022 11:46:08 +0800
Subject: [PATCH] up

---
 src/views/home/index.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/views/home/index.vue b/src/views/home/index.vue
index 5433301..8633b2d 100644
--- a/src/views/home/index.vue
+++ b/src/views/home/index.vue
@@ -22,7 +22,7 @@
             </div>
             <div class="meuns">
                 <van-row class="meunsitems">
-                    <van-col span="6" class="item">
+                    <van-col span="6" @click="topath('/report')" class="item">
                         <van-image
                             round
                             width="42px"
@@ -40,7 +40,7 @@
                         />
                         <div>透析排班</div>
                     </van-col>
-                    <van-col span="6" class="item">
+                    <van-col span="6" @click="topath('/prescriptionDrug')" class="item">
                         <van-image
                             round
                             width="42px"
@@ -49,7 +49,7 @@
                         />
                         <div>透析医嘱</div>
                     </van-col>
-                    <van-col span="6" class="item">
+                    <van-col span="6" @click="topath('/record')" class="item">
                         <van-image
                             round
                             width="42px"
@@ -175,7 +175,6 @@
     ]
     const active=ref('home')
     const tabChang=(index:any)=>{
-        alert(index)
         if (index==='home'){
             router.push('/')
         } else {

--
Gitblit v1.8.0