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}") }}