diff --git a/acupuncture-后台/src/views/report/manage.vue b/acupuncture-后台/src/views/report/manage.vue
index 5876fd64..b634613c 100644
--- a/acupuncture-后台/src/views/report/manage.vue
+++ b/acupuncture-后台/src/views/report/manage.vue
@@ -1,358 +1,584 @@
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
- 新增
-
-
- 删除
-
-
-
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 新增
+
+
+ 删除
+
+
+
-
-
-
-
-
-
-
-
- {{ parseTime(scope.row.timeRangeStart, "{y}-{m}-{d}") }}
-
-
-
-
-
-
- {{ parseTime(scope.row.timeRangeEnd, "{y}-{m}-{d}") }}
-
-
-
-
+
+
+
+
+
+
- 未开始
+
+
+
+ {{ tenantsData.find((tenant) => tenant.id === item).name
+ }}{{ index < scope.row.tenantIdList.length - 1 ? "," : "" }}
+
+
+
+
+
+
+
+ {{ parseTime(scope.row.timeRangeStart, "{y}-{m}-{d}") }}
+
+
+
+
+
+
+ {{ parseTime(scope.row.timeRangeEnd, "{y}-{m}-{d}") }}
+
+
+
+
+
+ 未开始
进行中
已结束
-
-
-
+
+
+
+
+
+ {{ scope.row.createBy }}
+
+ {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
+
+
+
+
+
-
-
-
-
-
- {{scope.row.createBy}}
-
- {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
-
-
-
-
-
-
- 修改
- 删除
-
-
-
+ 开启
+ 关闭
+ 修改
+ 删除
+
+
+
-
+
-
-
-
+
+
+
\ No newline at end of file
+>>> .el-drawer.rtl {
+ width: 50% !important;
+}
+