From d0e4a89740d4c1bfe9ad18d4aa02ec211f6c682f Mon Sep 17 00:00:00 2001
From: zhangchen <1652267879@qq.com>
Date: 星期三, 30 七月 2025 18:47:21 +0800
Subject: [PATCH] Merge branch 'ID2715-ktvbug' into test

---
 src/views/mobile/bedsideAuxiliaryScreen/pages/UnderTreatment.vue |   12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/views/mobile/bedsideAuxiliaryScreen/pages/UnderTreatment.vue b/src/views/mobile/bedsideAuxiliaryScreen/pages/UnderTreatment.vue
index f9c8129..aa05473 100644
--- a/src/views/mobile/bedsideAuxiliaryScreen/pages/UnderTreatment.vue
+++ b/src/views/mobile/bedsideAuxiliaryScreen/pages/UnderTreatment.vue
@@ -133,7 +133,7 @@
             </div>
           </Card>
           <Card
-            title="KTV监测"
+            title="Kt/V监测"
             :icon="xinLv2Img"
             background-color="#ffffff"
             class="mini-card left-row3-col2"
@@ -144,7 +144,7 @@
             </div>
           </Card>
           <Card
-            title="KTV趋势图"
+            title="Kt/V趋势图"
             :icon="xinLv2Img"
             background-color="#ffffff"
             class="mini-card ktv-card left-row3-col3"
@@ -208,7 +208,7 @@
                 <span class="item-left"
                   >平均脱水量:{{ pageData.averageDehydrationRate }} L</span
                 >
-                <span class="item-right">(最近3周9次)</span>
+                <span class="item-right">(最近9次)</span>
               </div>
               <div class="dehydrated-level-item">
                 <div class="item-left">
@@ -243,7 +243,7 @@
             <div class="progress-box">
               <div class="item-num">
                 {{ jgTime4(pageData.dialysisDuration) }}/{{
-                  pageData.prescriptionDialysisDuration
+                  pageData.prescriptionDialysisDurationHour
                 }}:{{ pageData.prescriptionDialysisDurationMin }}
               </div>
               <ProgressBar
@@ -268,7 +268,7 @@
             <div class="progress-box">
               <div class="item-num">
                 {{ pageData.currentDehydrationVolume }}/{{
-                  pageData.currentDehydrationVolume
+                  pageData.prescriptionDehydrationVolume
                 }}({{ pageData.currentUltrafiltrationRate }})
               </div>
               <ProgressBar
@@ -530,7 +530,7 @@
 
   const option = {
     grid: [
-      { top: "5%", height: "28%", left: 40, right: 20, containLabel: true },
+      { top: "15%", height: "28%", left: 40, right: 20, containLabel: true },
       { top: "35%", height: "28%", left: 40, right: 20, containLabel: true },
       { top: "65%", height: "28%", left: 40, right: 20, containLabel: true },
     ],

--
Gitblit v1.8.0