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;
+}
+