From 2609b825dd782ca75e2ea16a24af22d636eb53c7 Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Fri, 11 Jul 2025 17:15:03 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B8=A3=E0=B8=B2=E0=B8=A2=E0=B8=87=E0=B8=B2?= =?UTF-8?q?=E0=B8=99=E0=B9=82=E0=B8=84=E0=B8=A3=E0=B8=87=E0=B8=AA=E0=B8=A3?= =?UTF-8?q?=E0=B9=89=E0=B8=B2=E0=B8=87=E0=B9=81=E0=B8=A5=E0=B8=B0=E0=B8=81?= =?UTF-8?q?=E0=B8=A3=E0=B8=AD=E0=B8=9A=E0=B8=AD=E0=B8=B1=E0=B8=95=E0=B8=A3?= =?UTF-8?q?=E0=B8=B2=E0=B8=81=E0=B8=B3=E0=B8=A5=E0=B8=B1=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/01_org/MainReport.vue | 577 ++++++++++++++++++ src/modules/21_report/views/01_reportOrg.vue | 8 +- 2 files changed, 584 insertions(+), 1 deletion(-) create mode 100644 src/modules/21_report/components/01_org/MainReport.vue diff --git a/src/modules/21_report/components/01_org/MainReport.vue b/src/modules/21_report/components/01_org/MainReport.vue new file mode 100644 index 000000000..06eada631 --- /dev/null +++ b/src/modules/21_report/components/01_org/MainReport.vue @@ -0,0 +1,577 @@ + + + + + diff --git a/src/modules/21_report/views/01_reportOrg.vue b/src/modules/21_report/views/01_reportOrg.vue index cd534a6a7..6054048df 100644 --- a/src/modules/21_report/views/01_reportOrg.vue +++ b/src/modules/21_report/views/01_reportOrg.vue @@ -13,6 +13,7 @@ import type { DataOrgRevision } from "@/modules/02_organization/interface/index/ import type { OrgRevision } from "@/modules/02_organization/interface/response/organizational"; /** importComponents*/ +import MainReport from "@/modules/21_report/components/01_org/MainReport.vue"; import TreeView from "@/modules/21_report/components/01_org/Main.vue"; import StructureView from "@/modules/02_organization/components/StructureMain.vue"; import StructureOrgMain from "@/modules/02_organization/components/StructureOrgMain.vue"; @@ -177,11 +178,16 @@ onMounted(async () => { - +