From 070ff71561be29e98bbc90e6d77f43f806f5b50b Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期四, 09 一月 2025 16:12:50 +0800
Subject: [PATCH] 34
---
src/views/home/components/pingubiao/editDietary4.vue | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/views/home/components/pingubiao/editDietary4.vue b/src/views/home/components/pingubiao/editDietary4.vue
index d6bedfc..8c3fe23 100644
--- a/src/views/home/components/pingubiao/editDietary4.vue
+++ b/src/views/home/components/pingubiao/editDietary4.vue
@@ -1,6 +1,6 @@
<template>
<div class="dietarySurvey-item">
- <el-dialog v-model="state.dialogTableVisible" title="PEW(蛋白质能量消耗评估)" :fullscreen="true" width="100%">
+ <el-dialog v-model="state.dialogTableVisible" title="PEW" :fullscreen="true" width="100%">
<div class="container" style="width: 100%; height: 100%;overflow: auto;">
<div id="pinggu4">
<div>
@@ -170,7 +170,7 @@
options:[0,1],
dialogTableVisible:false,
tableData: {
- 表名: 'PEW(蛋白质能量消耗评估)',
+ 表名: 'PEW',
初次调查日期:"",
填表日期: '',
更新日期: '',
@@ -201,7 +201,7 @@
surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
surveryPerson: userInfos.value.code,
surveryJsonBody: '',
- suveryFormName:'PEW(蛋白质能量消耗评估)',
+ suveryFormName:'PEW',
surveryFormType:1,
updateTime: ''
}
@@ -232,7 +232,7 @@
surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
surveryPerson: userInfos.value.code,
surveryJsonBody: JSON.stringify(state.tableData),
- suveryFormName:'PEW(蛋白质能量消耗评估)',
+ suveryFormName:'PEW',
updateTime: ''
}
console.log(info)
@@ -283,7 +283,7 @@
}
const getPageInfo=()=>{
state.tableData={
- 表名: 'PEW(蛋白质能量消耗评估)',
+ 表名: 'PEW',
初次调查日期:formatDate(new Date(),'YYYY-mm-dd'),
填表日期: '',
更新日期: formatDate(new Date(),'YYYY-mm-dd'),
@@ -313,7 +313,7 @@
surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
surveryPerson: userInfos.value.code,
surveryJsonBody: '',
- suveryFormName:'PEW(蛋白质能量消耗评估)',
+ suveryFormName:'PEW',
surveryFormType:1,
updateTime: ''
}
--
Gitblit v1.8.0