diff --git a/acupuncture-后台/src/views/report/manage.vue b/acupuncture-后台/src/views/report/manage.vue
index f61ecdc93..d8683ae69 100644
--- a/acupuncture-后台/src/views/report/manage.vue
+++ b/acupuncture-后台/src/views/report/manage.vue
@@ -2,7 +2,7 @@
-
+
@@ -24,14 +24,24 @@
-
-
+
+
-
+
+
+ {{ parseTime(scope.row.timeRangeStart, "{y}-{m}-{d}") }}
+
+
-
+
+
+ {{ parseTime(scope.row.timeRangeEnd, "{y}-{m}-{d}") }}
+
+
@@ -66,12 +76,12 @@
-
+
+ range-separator="至" start-placeholder="开始日期" end-placeholder="结束日期" @input="$forceUpdate()">