From 553259e83c6fd19d89b9be4dfddaffcbf6ebffe9 Mon Sep 17 00:00:00 2001
From: "1747191978@qq.com" <1942943850@qq.com>
Date: Thu, 3 Apr 2025 10:43:05 +0800
Subject: [PATCH] =?UTF-8?q?=E7=9D=A1=E7=9C=A0=E6=95=88=E7=8E=87=E4=BD=8E?=
 =?UTF-8?q?=E4=BA=8E80%=E6=8F=90=E7=A4=BA=E6=96=87=E5=AD=97=E8=B0=83?=
 =?UTF-8?q?=E6=95=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 acupuncture-前台/src/views/screening/h5Result.vue |  3 +--
 acupuncture-前台/src/views/screening/h5eva.vue    | 14 +++++++-------
 acupuncture-前台/src/views/screening/index.vue    |  5 +++++
 3 files changed, 13 insertions(+), 9 deletions(-)

diff --git a/acupuncture-前台/src/views/screening/h5Result.vue b/acupuncture-前台/src/views/screening/h5Result.vue
index de242e74..be1aebb8 100644
--- a/acupuncture-前台/src/views/screening/h5Result.vue
+++ b/acupuncture-前台/src/views/screening/h5Result.vue
@@ -30,8 +30,7 @@
           form["SCWJ-JL"] || "-"
         }}</span
         >型肥胖,</span
-      ><span v-if="sleepShow"
-        >睡眠效率低于<span class="BIMTips5">80%</span>,</span
+      ><span v-if="sleepShow"><span class="BIMTips5">睡眠效率欠佳</span>,</span
       >建议扫码关注医院公众号,预约体重管理中心医师进一步评估。
       <div>
         <img src="./gzh.jpg" style="max-width: 100%" />
diff --git a/acupuncture-前台/src/views/screening/h5eva.vue b/acupuncture-前台/src/views/screening/h5eva.vue
index 760ec25d..367908b0 100644
--- a/acupuncture-前台/src/views/screening/h5eva.vue
+++ b/acupuncture-前台/src/views/screening/h5eva.vue
@@ -229,7 +229,7 @@
         </el-radio-group>
       </div>
     </div> -->
-    <div class="card">
+    <!-- <div class="card">
       <div class="card-title">筛查结论</div>
       <div
         style="
@@ -251,12 +251,12 @@
         <span>您的睡眠效率为:</span>
         <span>{{ form["SCWJ-SMXL"] || "-" }}%</span>
       </div>
-      <!-- <div>
-        <span v-if="tips" :style="{ color: tipsError ? 'red' : 'green' }">
-          {{ tips }}
-        </span>
-      </div> -->
-    </div>
+      //<div>
+        //<span v-if="tips" :style="{ color: tipsError ? 'red' : 'green' }">
+          //{{ tips }}
+        //</span>
+      //</div>
+    </div> -->
     <!-- <div class="submit-box" v-if="stepNum == 1">
       <el-button type="primary" class="submit-box-but" @click="submitForm">
         下一步
diff --git a/acupuncture-前台/src/views/screening/index.vue b/acupuncture-前台/src/views/screening/index.vue
index 76835150..5f08b687 100644
--- a/acupuncture-前台/src/views/screening/index.vue
+++ b/acupuncture-前台/src/views/screening/index.vue
@@ -294,6 +294,8 @@ export default {
         正常: "2",
         超重: "3",
         肥胖: "4",
+        中度肥胖: "5",
+        重度肥胖: "5",
       },
       queryTime: [], // 创建时间范围
       tenantsListData: [], // 组织列表
@@ -430,6 +432,9 @@ export default {
 .BIMTips4 {
   color: #ff9900;
 }
+.BIMTips5 {
+  color: red;
+}
 .form-item-age {
   display: flex;
   align-items: center;