From 44df6bee7670e232bec80b0d0fe5237bae6237c6 Mon Sep 17 00:00:00 2001
From: lzp <1747191978@qq.com>
Date: Thu, 19 Jun 2025 17:31:57 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E7=AE=A1=E7=90=86=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E5=8D=95=E4=BD=8D=E3=80=81=E7=8A=B6=E6=80=81=EF=BC=8C?=
=?UTF-8?q?=E6=94=AF=E6=8C=81=E6=89=8B=E5=8A=A8=E4=BF=AE=E6=94=B9=E5=BC=80?=
=?UTF-8?q?=E5=90=AF=E5=85=B3=E9=97=AD=E7=8A=B6=E6=80=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
acupuncture-后台/src/views/report/manage.vue | 884 ++++++++++++-------
1 file changed, 555 insertions(+), 329 deletions(-)
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;
+}
+