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/editDietary3.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/home/components/pingubiao/editDietary3.vue b/src/views/home/components/pingubiao/editDietary3.vue
index c8d87a9..f4dfc91 100644
--- a/src/views/home/components/pingubiao/editDietary3.vue
+++ b/src/views/home/components/pingubiao/editDietary3.vue
@@ -1,6 +1,6 @@
 <template>
 	<div class="dietarySurvey-item">
-		<el-dialog v-model="state.dialogTableVisible" title="营养不良炎症评分表(MIS)" :fullscreen="true" width="100%">
+		<el-dialog v-model="state.dialogTableVisible" title="MIS" :fullscreen="true" width="100%">
 			<div class="container" style="width: 100%; height: 100%; overflow: auto">
 				<div id="pinggu3">
 					<div>
@@ -228,7 +228,7 @@
 const state = reactive({
 	dialogTableVisible: false,
 	tableData: {
-		表名: '营养不良炎症评分表(MIS)',
+		表名: 'MIS',
 		初次调查日期: '',
 		填表日期: '',
 		更新日期: '',
@@ -313,7 +313,7 @@
 		surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
 		surveryPerson: userInfos.value.code,
 		surveryJsonBody: JSON.stringify(state.tableData),
-		suveryFormName: '营养不良炎症评分表(MIS)',
+		suveryFormName: 'MIS',
 		updateTime: '',
 	};
 	console.log(info);
@@ -359,7 +359,7 @@
 };
 const getPageInfo = () => {
 	state.tableData = {
-		表名: '营养不良炎症评分表(MIS)',
+		表名: 'MIS',
 		初次调查日期: formatDate(new Date(), 'YYYY-mm-dd'),
 		填表日期: '',
 		更新日期: formatDate(new Date(), 'YYYY-mm-dd'),

--
Gitblit v1.8.0