From 5d4befca627d728b40bec39d10c09bc0e0144aed Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期一, 24 二月 2025 16:01:09 +0800
Subject: [PATCH] gx

---
 src/views/home/components/editDietary.vue |   20 ++++++++++----------
 1 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/src/views/home/components/editDietary.vue b/src/views/home/components/editDietary.vue
index 3214728..cfa6379 100644
--- a/src/views/home/components/editDietary.vue
+++ b/src/views/home/components/editDietary.vue
@@ -1,6 +1,6 @@
 <template>
     <div class="dietarySurvey-item">
-        <el-dialog  v-model="state.dialogTableVisible" title="营养膳食生活调查表" :fullscreen="true" width="100%">
+        <el-dialog  v-model="state.dialogTableVisible" title="膳食生活调查表" :fullscreen="true" width="100%">
             <div class="container" style="width: 100%; height: 100%;overflow: auto;">
                 <div id="printFrom1">
                     <div>
@@ -217,7 +217,7 @@
                                         </td>
                                         <td colspan="5">
                                                 <el-form-item>
-                                                <input style="width: 250px;" v-model="state.tableData.常吃的水果.食用份量"/> ;
+                                                <input style="width: 250px;" v-model="state.tableData.常吃的水果.input"/> ;
                                                 &nbsp;&nbsp;
                                                     &nbsp;&nbsp;
                                                     <span>食用份量</span>
@@ -475,7 +475,7 @@
                                                         </el-checkbox>
                                                         <el-checkbox value="辛辣食品">辛辣食品 
                                                         </el-checkbox>
-                                                        <el-checkbox value="石炭酉饮米斗">石炭酉饮米斗 
+                                                        <el-checkbox value="碳酸饮料">碳酸饮料 
                                                         </el-checkbox>
                                     
                                                        
@@ -940,7 +940,7 @@
 const state = reactive({
     dialogTableVisible:false,
     tableData: {
-        表名: '营养膳食生活调查表',
+        表名: '膳食生活调查表',
         初次调查日期:"",
         填表日期: '',
         更新日期: '',
@@ -981,7 +981,7 @@
         常吃的水果: {
             食用份量: '',
             食用频次: '',
-            input3: ''
+            input: ''
         },
         
         常吃的大豆及其制品是: {
@@ -1124,7 +1124,7 @@
         surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
         surveryPerson: userInfos.value.code,
         surveryJsonBody: '',
-        suveryFormName:'营养膳食生活调查表',
+        suveryFormName:'膳食生活调查表',
         surveryFormType:0,
         updateTime: ''
     }
@@ -1162,7 +1162,7 @@
     surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
     surveryPerson: userInfos.value.code,
     surveryJsonBody: JSON.stringify(state.tableData),
-    suveryFormName:'营养膳食生活调查表',
+    suveryFormName:'膳食生活调查表',
     updateTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS')
   }
   console.log(info)
@@ -1184,7 +1184,7 @@
 }
 const getPageInfo=()=>{
     state.tableData={
-        表名: '营养膳食生活调查表',
+        表名: '膳食生活调查表',
         初次调查日期: formatDate(new Date(),'YYYY-mm-dd'),
         填表日期: '',
         更新日期: formatDate(new Date(),'YYYY-mm-dd'),
@@ -1225,7 +1225,7 @@
         常吃的水果: {
             食用份量: '',
             食用频次: '',
-            input3: ''
+            input: ''
         },
         常吃的大豆及其制品是: {
             type: '',
@@ -1366,7 +1366,7 @@
         surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
         surveryPerson: userInfos.value.code,
         surveryJsonBody: '',
-        suveryFormName:'营养膳食生活调查表',
+        suveryFormName:'膳食生活调查表',
         surveryFormType:0,
         updateTime: ''
     }

--
Gitblit v1.8.0