From 38b0499c01d5e4028b8d1bc3d501daa7a5f54e2f Mon Sep 17 00:00:00 2001
From: "1747191978@qq.com" <1942943850@qq.com>
Date: Tue, 18 Mar 2025 00:06:38 +0800
Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E8=AF=8A=E7=96=97=E6=A1=A3?=
=?UTF-8?q?=E6=A1=88=E5=88=97=E8=A1=A8=E4=BD=8F=E9=99=A2=E6=97=B6=E9=97=B4?=
=?UTF-8?q?=E5=87=BA=E9=99=A2=E6=97=B6=E9=97=B4=E7=9A=84=E6=97=B6=E9=97=B4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
acupuncture-前台/src/views/medicalFile/index.vue | 4 ++--
acupuncture-后台/src/views/medicalFile/index.vue | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/acupuncture-前台/src/views/medicalFile/index.vue b/acupuncture-前台/src/views/medicalFile/index.vue
index 913bea57..0eb888b8 100644
--- a/acupuncture-前台/src/views/medicalFile/index.vue
+++ b/acupuncture-前台/src/views/medicalFile/index.vue
@@ -294,7 +294,7 @@
>
- {{ parseTime(scope.row.visitTime, "{y}-{m}-{d} {h}:{i}") }}
+ {{ parseTime(scope.row.visitTime, "{y}-{m}-{d}") }}
@@ -307,7 +307,7 @@
>
- {{ parseTime(scope.row.dischargeTime, "{y}-{m}-{d} {h}:{i}") }}
+ {{ parseTime(scope.row.dischargeTime, "{y}-{m}-{d}") }}
diff --git a/acupuncture-后台/src/views/medicalFile/index.vue b/acupuncture-后台/src/views/medicalFile/index.vue
index ab99b6bc..7604e94d 100644
--- a/acupuncture-后台/src/views/medicalFile/index.vue
+++ b/acupuncture-后台/src/views/medicalFile/index.vue
@@ -313,7 +313,7 @@
>
- {{ parseTime(scope.row.visitTime, "{y}-{m}-{d} {h}:{i}") }}
+ {{ parseTime(scope.row.visitTime, "{y}-{m}-{d}") }}
@@ -326,7 +326,7 @@
>
- {{ parseTime(scope.row.dischargeTime, "{y}-{m}-{d} {h}:{i}") }}
+ {{ parseTime(scope.row.dischargeTime, "{y}-{m}-{d}") }}