From 1098bd55e0916fee18bc7091f182d7a3b8c0520b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 06 二月 2025 15:43:37 +0800
Subject: [PATCH] gx优化;
---
src/views/home/components/editDietary.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/home/components/editDietary.vue b/src/views/home/components/editDietary.vue
index 3214728..5572070 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>
@@ -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