From caa09ce704aa98b0e231ffb35d1811d4db4bf465 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 18 二月 2025 14:27:06 +0800
Subject: [PATCH] gx

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

diff --git a/src/views/home/components/editDietary.vue b/src/views/home/components/editDietary.vue
index 3214728..6f9001b 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>
@@ -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: {
-        表名: '营养膳食生活调查表',
+        表名: '膳食生活调查表',
         初次调查日期:"",
         填表日期: '',
         更新日期: '',
@@ -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'),
@@ -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