From e469082aa6225d3c422288544986c86875585e76 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 11 七月 2025 14:13:44 +0800
Subject: [PATCH] gxbbug
---
.env.development | 2 +-
src/views/home/components/pingubiao/editDietary5.vue | 10 +++++-----
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/.env.development b/.env.development
index f6a2c27..36b1135 100644
--- a/.env.development
+++ b/.env.development
@@ -2,5 +2,5 @@
ENV = development
# 本地环境接口地址
-VITE_API_URL = 'http://testbs.ihemodialysis.com/'
+VITE_API_URL = 'https://testbs.ihemodialysis.com/'
# VITE_API_URL = 'https://hemobs.icoldchain.cn/'
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<82<br>
- 中营养风险(82≤GNIR<92)<br>
- 低营养风险(92≤GNIR≤98)<br>
- 无营养风险(GNIR>98)
+ 高营养风险(GNRI<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