From 765e2750064bdec7cc15b5cb873256ce5bd03ad4 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期五, 17 一月 2025 15:04:22 +0800
Subject: [PATCH] 更新优化

---
 src/views/home/components/pingubiao/editDietary.vue |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/views/home/components/pingubiao/editDietary.vue b/src/views/home/components/pingubiao/editDietary.vue
index 3205333..12be3d6 100644
--- a/src/views/home/components/pingubiao/editDietary.vue
+++ b/src/views/home/components/pingubiao/editDietary.vue
@@ -1,6 +1,6 @@
 <template>
 	<div class="dietarySurvey-item">
-		<el-dialog v-model="state.dialogTableVisible" title="NRS2002" :fullscreen="true" width="100%">
+		<el-dialog v-model="state.dialogTableVisible" title="NRS-2002" :fullscreen="true" width="100%">
 			<div class="container" style="width: 100%; height: 100%; overflow: auto">
 				<div id="pinggu1">
 					<div>
@@ -146,7 +146,7 @@
 										</td>
 									</tr>
 									<tr>
-										<td colspan="4">小于70 岁</td>
+										<td colspan="4">< 70 岁</td>
 										<td colspan="1">0分</td>
 										<td colspan="1">
 											<el-radio-group class="elradiozdi" v-model="state.tableData.年龄评分.type">
@@ -155,7 +155,7 @@
 										</td>
 									</tr>
 									<tr>
-										<td colspan="4">大于、等于70 岁</td>
+										<td colspan="4">>=70 岁</td>
 										<td colspan="1">1分</td>
 										<td colspan="1">
 											<el-radio-group class="elradiozdi" v-model="state.tableData.年龄评分.type">
@@ -224,7 +224,7 @@
 const state = reactive({
 	dialogTableVisible: false,
 	tableData: {
-		表名: 'NRS2002',
+		表名: 'NRS-2002',
 		初次调查日期: '',
 		填表日期: '',
 		更新日期: '',
@@ -253,7 +253,7 @@
 		surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
 		surveryPerson: userInfos.value.code,
 		surveryJsonBody: '',
-		suveryFormName: 'NRS2002',
+		suveryFormName: 'NRS-2002',
 		surveryFormType: 1,
 		updateTime: '',
 	},
@@ -296,7 +296,7 @@
 		surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
 		surveryPerson: userInfos.value.code,
 		surveryJsonBody: JSON.stringify(state.tableData),
-		suveryFormName: 'NRS2002',
+		suveryFormName: 'NRS-2002',
 		updateTime: '',
 	};
 	console.log(info);
@@ -342,7 +342,7 @@
 };
 const getPageInfo = () => {
 	state.tableData = {
-		表名: 'NRS2002',
+		表名: 'NRS-2002',
 		初次调查日期: formatDate(new Date(), 'YYYY-mm-dd'),
 		填表日期: '',
 		更新日期: formatDate(new Date(), 'YYYY-mm-dd'),
@@ -370,7 +370,7 @@
 		surveryTime: formatDate(new Date(), 'YYYY-mm-dd HH:MM:SS'),
 		surveryPerson: userInfos.value.code,
 		surveryJsonBody: '',
-		suveryFormName: 'NRS2002',
+		suveryFormName: 'NRS-2002',
 		surveryFormType: 1,
 		updateTime: '',
 	};

--
Gitblit v1.8.0