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 () => { - +