From a6f64303f88508d1c4d6ce53ff46be6b745cfb93 Mon Sep 17 00:00:00 2001
From: chenyc <501753378@qq.com>
Date: 星期二, 14 十月 2025 15:21:59 +0800
Subject: [PATCH] 完成营养师管理

---
 src/views/tongji/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/tongji/index.vue b/src/views/tongji/index.vue
index 5aedd47..79a3a4b 100644
--- a/src/views/tongji/index.vue
+++ b/src/views/tongji/index.vue
@@ -30,7 +30,7 @@
 				</tr>
 				<tr>
 					<td colspan="10">服务单位:{{clientName}}</td>
-					<td colspan="22">服务期({{state.formInline.date[0]}}到{{state.formInline.date[2]}})</td>
+					<td colspan="22">服务期({{state.formInline.date[0]}}到{{state.formInline.date[1]}})</td>
 				</tr>
 				<tr>
 					<th rowspan="2">序号</th>

--
Gitblit v1.8.0