From 3c8f8f2102986cc01cb13c8e9bb791a32bff4e1e Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 22 十一月 2024 12:32:50 +0800
Subject: [PATCH] 更新

---
 src/views/home/components/pingubiao/editDietary4.vue |   24 +++++++++++++-----------
 1 files changed, 13 insertions(+), 11 deletions(-)

diff --git a/src/views/home/components/pingubiao/editDietary4.vue b/src/views/home/components/pingubiao/editDietary4.vue
index 3f83533..b354ec5 100644
--- a/src/views/home/components/pingubiao/editDietary4.vue
+++ b/src/views/home/components/pingubiao/editDietary4.vue
@@ -42,17 +42,7 @@
                                         <th colspan="2">性别:{{patientsInfo.patientGenderText}}</th>
 
                                     </tr>
-                                    <tr>
-                                        
-                                        <td colspan="" class="tdInput" style="text-align: center;">
-                                           血清白蛋白浓度(g/L)
-
-                                        </td>
-                                        <td colspan="1" style="text-align: center;" > 
-                                            打分
-                                        </td>
-
-                                    </tr>
+                                   
                                     <tr>
                                    
                                         <td colspan="5" style="background-color: antiquewhite;">
@@ -304,6 +294,18 @@
             input1: '肌肉量丢失(3个月内>5%或半年内>10%),上臂肌围减少(减少>10%参照群体第50个百分位数)',
         }
     }
+    state.viewInfo={
+        id: 0,
+        code: '',
+        clientCode: userInfos.value.clientCode,
+        patientCode: patientsInfo.value.code,
+        surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
+        surveryPerson: userInfos.value.code,
+        surveryJsonBody: '',
+        suveryFormName:'PEW(蛋白质能量消耗评估)',
+        surveryFormType:1,
+        updateTime: ''
+    }
 }
 
 // 第二步:暴露方法

--
Gitblit v1.8.0