From 7e50470dc3e1297b226719c7e5b4357287e44b19 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 26 八月 2025 17:17:49 +0800
Subject: [PATCH] gx

---
 src/views/paiban/index.vue |   14 +++-----------
 1 files changed, 3 insertions(+), 11 deletions(-)

diff --git a/src/views/paiban/index.vue b/src/views/paiban/index.vue
index 9a8ef92..99e98a4 100644
--- a/src/views/paiban/index.vue
+++ b/src/views/paiban/index.vue
@@ -124,8 +124,9 @@
         const index= selectDate.value.findIndex(el=>{return el.y===year&&el.m===month&&el.d===date})
         if (index>0){
             console.log(day)
-            day.type='start'
             if (selectDate.value[index].透析单状态){
+                day.type='start'
+            } else {
                 day.type='end'
             }
             day.text=selectDate.value[index].type
@@ -139,6 +140,7 @@
                 day.bottomInfo='晚上'
             }
         }
+        console.log(day,'-------------ddsdsdgit ')
         return day
     }
     onMounted(()=>{
@@ -232,14 +234,4 @@
     }
 }
 
-.fanhui {
-    // padding-top: 20px;
-    width: 100%;
-    background: #4696f9;
-    text-align: center;
-    border-radius: 5px;
-    color: #fff;
-    height: 36px;
-    line-height: 36px;
-}
 </style>
\ No newline at end of file

--
Gitblit v1.8.0