From e469082aa6225d3c422288544986c86875585e76 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 11 七月 2025 14:13:44 +0800
Subject: [PATCH] gxbbug

---
 src/views/home/components/pingubiao/editDietary5.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/home/components/pingubiao/editDietary5.vue b/src/views/home/components/pingubiao/editDietary5.vue
index f7dd188..7020af3 100644
--- a/src/views/home/components/pingubiao/editDietary5.vue
+++ b/src/views/home/components/pingubiao/editDietary5.vue
@@ -119,10 +119,10 @@
                                     <tr>
                                         <td colspan="6" style="color: #E6A23C;">
                                             GNRI为4个等级:<br>
-                                            高营养风险(GNIR&lt;82<br>
-                                            中营养风险(82≤GNIR<92)<br>
-                                            低营养风险(92≤GNIR≤98)<br>
-                                            无营养风险(GNIR>98)
+                                            高营养风险(GNRI&lt;82<br>
+                                            中营养风险(82≤GNRI<92)<br>
+                                            低营养风险(92≤GNRI≤98)<br>
+                                            无营养风险(GNRI>98)
 
 
                                         </td>
@@ -260,7 +260,7 @@
         }else if(data>=98){
 
             res.value=data
-            res.label='低营养风险'
+            res.label='无营养风险'
             res.color='#303133'
         }
         return res

--
Gitblit v1.8.0