From 1e74bec5481908300a8777ea135c227f8eef5ab7 Mon Sep 17 00:00:00 2001
From: lzp <1747191978@qq.com>
Date: Thu, 19 Jun 2025 16:58:29 +0800
Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E6=8A=A5=E7=B1=BB=E5=9E=8B=E6=B7=BB?=
=?UTF-8?q?=E5=8A=A0=E5=8D=95=E4=BD=8D=EF=BC=8C=E9=99=84=E4=BB=B6=EF=BC=8C?=
=?UTF-8?q?=E5=A4=87=E6=B3=A8?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
acupuncture-后台/src/views/report/type.vue | 716 ++++++++++++++-------
1 file changed, 475 insertions(+), 241 deletions(-)
diff --git a/acupuncture-后台/src/views/report/type.vue b/acupuncture-后台/src/views/report/type.vue
index 8a9f7876..a805fb59 100644
--- a/acupuncture-后台/src/views/report/type.vue
+++ b/acupuncture-后台/src/views/report/type.vue
@@ -1,266 +1,500 @@
-
-
-
-
-
-
- 搜索
- 重置
-
-
-
-
- 新增
-
-
- 删除
-
-
-
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+ 新增
+
+
+ 删除
+
+
+
-
-
-
-
-
-
- {{scope.row.createBy}}
-
- {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
-
-
-
-
-
- 修改
- 删除
-
-
-
+
+
+
+
+
+
+
+
+ {{ tenantsData.find((tenant) => tenant.id === item).name
+ }}{{ index < scope.row.tenantIdList.length - 1 ? "," : "" }}
+
+
+
+
+
+
+
+
+
+ {{
+ scope.row.file.substring(scope.row.file.lastIndexOf("/") + 1)
+ }}
+
+
+
+
+
+
+
+ {{ scope.row.createBy }}
+
+ {{ parseTime(scope.row.createTime, "{y}-{m}-{d} {h}:{i}") }}
+
+
+
+
+
+ 修改
+ 删除
+
+
+
-
+
-
-
-
+
+
+
\ No newline at end of file
+>>> .el-drawer.rtl {
+ width: 50% !important;
+}
+