From 8958bf8847b0e3347debfedfc38a63d50137d4d1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=20=E5=85=83=E5=B1=B1?= Date: Fri, 23 May 2025 19:50:22 +0800 Subject: [PATCH] secfilings --- .../quarterlyresults/size1920/index.vue | 6 - .../quarterlyresults/size375/index.vue | 6 - .../secfilings/size1920/index.vue | 50 ++++++--- .../secfilings/size375/index.vue | 104 ++++++++++++------ 4 files changed, 106 insertions(+), 60 deletions(-) diff --git a/src/views/financialinformation/quarterlyresults/size1920/index.vue b/src/views/financialinformation/quarterlyresults/size1920/index.vue index d420306..4a62f40 100644 --- a/src/views/financialinformation/quarterlyresults/size1920/index.vue +++ b/src/views/financialinformation/quarterlyresults/size1920/index.vue @@ -42,7 +42,6 @@ import { ref, watch, onMounted, computed, reactive } from "vue"; import { useI18n } from "vue-i18n"; import quarterlyPdf2025Q1 from "@/assets/file/2025 Q1 Quarterly Results.pdf"; -import annualPdf2024 from "@/assets/file/2024 Annual Report.pdf"; import quarterlyPdf2023Q1 from "@/assets/file/2023 Q1 Quarterly Results.pdf"; import quarterlyPdf2023Q2 from "@/assets/file/2023 Q2 Quarterly Results.pdf"; const { t } = useI18n(); @@ -56,11 +55,6 @@ const state = reactive({ "Unaudited First Quarter and Full Year 2025 Financial Results", url: quarterlyPdf2025Q1, }, - { - title: "2024 Annual Report", - description: "Annual Report for the year ended December 31, 2024", - url: annualPdf2024, - }, { title: "2023 Q1 Quarterly Results", description: "First Quarter and Full Year 2023 Financial Results", diff --git a/src/views/financialinformation/quarterlyresults/size375/index.vue b/src/views/financialinformation/quarterlyresults/size375/index.vue index 3e8c1d3..3bd0eae 100644 --- a/src/views/financialinformation/quarterlyresults/size375/index.vue +++ b/src/views/financialinformation/quarterlyresults/size375/index.vue @@ -54,7 +54,6 @@ import { NButton, NInput, NTooltip } from "naive-ui"; import { useI18n } from "vue-i18n"; import quarterlyPdf2025Q1 from "@/assets/file/2025 Q1 Quarterly Results.pdf"; -import annualPdf2024 from "@/assets/file/2024 Annual Report.pdf"; import quarterlyPdf2023Q1 from "@/assets/file/2023 Q1 Quarterly Results.pdf"; import quarterlyPdf2023Q2 from "@/assets/file/2023 Q2 Quarterly Results.pdf"; const { t } = useI18n(); @@ -68,11 +67,6 @@ const state = reactive({ "Unaudited First Quarter and Full Year 2025 Financial Results", url: quarterlyPdf2025Q1, }, - { - title: "2024 Annual Report", - description: "Annual Report for the year ended December 31, 2024", - url: annualPdf2024, - }, { title: "2023 Q1 Quarterly Results", description: "First Quarter and Full Year 2023 Financial Results", diff --git a/src/views/financialinformation/secfilings/size1920/index.vue b/src/views/financialinformation/secfilings/size1920/index.vue index 9b5e596..2a7c30f 100644 --- a/src/views/financialinformation/secfilings/size1920/index.vue +++ b/src/views/financialinformation/secfilings/size1920/index.vue @@ -45,6 +45,7 @@ :key="index" >
{{ report.fileName }}
+
{{ report.date }}
{{ t("financialinformation.secfilings.annual_reports.view") @@ -82,82 +83,98 @@ const { t } = useI18n(); // 年度报告数据 const annualReports = ref([ { - fileName: "2025-04-10", + fileName: "2025 Annual Report", + date: "April 10, 2025", downloadUrl: "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625002538/fieeinc_10k.htm", }, { - fileName: "2024-04-12", + fileName: "2024 Annual Report", + date: "April 12, 2024", downloadUrl: "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912624002449/miniminc_10k.htm", }, { - fileName: "2023-03-31", + fileName: "2023 Annual Report", + date: "March 31, 2023", downloadUrl: "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315223010335/form10-k.htm", }, { - fileName: "2022-03-31", + fileName: "2022 Annual Report", + date: "March 31, 2022", downloadUrl: "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315222008365/form10-k.htm", }, { - fileName: "2021-04-13", + fileName: "2021 Annual Report", + date: "April 13, 2021", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000165495421004133/zmtp_10k.htm", }, { - fileName: "2020-04-15", + fileName: "2020 Annual Report", + date: "April 15, 2020", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000165495420004069/zmtp_10k.htm", }, { - fileName: "2019-04-01", + fileName: "2019 Annual Report", + date: "April 1, 2019", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000165495419003878/zmtp_10k.htm", }, { - fileName: "2018-03-30", + fileName: "2018 Annual Report", + date: "March 30, 2018", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000165495418003402/zmtp_10k.htm", }, { - fileName: "2017-03-22", + fileName: "2017 Annual Report", + date: "March 22, 2017", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000165495417002279/zmtp_10k.htm", }, { - fileName: "2016-03-15", + fileName: "2016 Annual Report", + date: "March 15, 2016", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000135448816006596/zmtp_10k.htm", }, { - fileName: "2015-03-24", + fileName: "2015 Annual Report", + date: "March 24, 2015", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000135448815001308/zmtp_10k.htm", }, { - fileName: "2014-03-31", + fileName: "2014 Annual Report", + date: "March 31, 2014", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000135448814001518/zmpt_10k.htm", }, { - fileName: "2013-03-29", + fileName: "2013 Annual Report", + date: "March 29, 2013", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000135448813001584/zmtp_10k.htm", }, { - fileName: "2012-03-30", + fileName: "2012 Annual Report", + date: "March 30, 2012", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000135448812001548/zoom_10k.htm", }, { - fileName: "2011-03-29", + fileName: "2011 Annual Report", + date: "March 29, 2011", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000135448811000969/zmtp_10k.htm", }, { - fileName: "2010-03-31", + fileName: "2010 Annual Report", + date: "March 31, 2010", downloadUrl: "https://www.sec.gov/Archives/edgar/data/1467761/000135448810001043/zmtp_10k.htm", }, @@ -227,6 +244,7 @@ const annualReports = ref([ padding: 10px 0; border-bottom: 1px solid #ccc; font-weight: bold; + justify-content: space-between; } .table-row { diff --git a/src/views/financialinformation/secfilings/size375/index.vue b/src/views/financialinformation/secfilings/size375/index.vue index d117bfd..171513f 100644 --- a/src/views/financialinformation/secfilings/size375/index.vue +++ b/src/views/financialinformation/secfilings/size375/index.vue @@ -31,6 +31,9 @@ t("financialinformation.secfilings.annual_reports.file_name") }}
+
+ {{ t("financialinformation.secfilings.annual_reports.date") }} +
@@ -42,6 +45,7 @@ :key="index" >
{{ report.fileName }}
+
{{ report.date }}
{{ t("financialinformation.secfilings.annual_reports.view") @@ -79,59 +83,100 @@ const { t } = useI18n(); // 年度报告数据 const annualReports = ref([ { - fileName: "fieeinc_10q", + fileName: "2025 Annual Report", + date: "April 10, 2025", downloadUrl: - "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625003706/fieeinc_10q.htm", + "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625002538/fieeinc_10k.htm", }, { - fileName: "fieeinc_ex31-1", + fileName: "2024 Annual Report", + date: "April 12, 2024", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex31-1.htm", + "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912624002449/miniminc_10k.htm", }, { - fileName: "fieeinc_ex31-2", + fileName: "2023 Annual Report", + date: "March 31, 2023", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex31-2.htm", + "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315223010335/form10-k.htm", }, { - fileName: "fieeinc_ex32-1", + fileName: "2022 Annual Report", + date: "March 31, 2022", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex32-1.htm", + "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315222008365/form10-k.htm", }, { - fileName: "fieeinc_ex32-2", + fileName: "2021 Annual Report", + date: "April 13, 2021", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex32-2.htm", + "https://www.sec.gov/Archives/edgar/data/1467761/000165495421004133/zmtp_10k.htm", }, { - fileName: " ownership", + fileName: "2020 Annual Report", + date: "April 15, 2020", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003622/xslF345X05/ownership.xml", + "https://www.sec.gov/Archives/edgar/data/1467761/000165495420004069/zmtp_10k.htm", }, { - fileName: "primary_doc", + fileName: "2019 Annual Report", + date: "April 1, 2019", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003620/xslSCHEDULE_13D_X01/primary_doc.xml", + "https://www.sec.gov/Archives/edgar/data/1467761/000165495419003878/zmtp_10k.htm", }, { - fileName: "fieeinc_ex1", + fileName: "2018 Annual Report", + date: "March 30, 2018", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003620/fieeinc_ex1.htm", + "https://www.sec.gov/Archives/edgar/data/1467761/000165495418003402/zmtp_10k.htm", }, { - fileName: "fiee_8ka", + fileName: "2017 Annual Report", + date: "March 22, 2017", downloadUrl: - "https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625003580/fiee_8ka.htm", + "https://www.sec.gov/Archives/edgar/data/1467761/000165495417002279/zmtp_10k.htm", }, { - fileName: "fiee_ex4-1", + fileName: "2016 Annual Report", + date: "March 15, 2016", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003580/fiee_ex4-1.htm", + "https://www.sec.gov/Archives/edgar/data/1467761/000135448816006596/zmtp_10k.htm", }, { - fileName: "fiee_ex10-1", + fileName: "2015 Annual Report", + date: "March 24, 2015", downloadUrl: - "https://www.sec.gov/Archives/edgar/data/1467761/000182912625003580/fiee_ex10-1.htm", + "https://www.sec.gov/Archives/edgar/data/1467761/000135448815001308/zmtp_10k.htm", + }, + { + fileName: "2014 Annual Report", + date: "March 31, 2014", + downloadUrl: + "https://www.sec.gov/Archives/edgar/data/1467761/000135448814001518/zmpt_10k.htm", + }, + { + fileName: "2013 Annual Report", + date: "March 29, 2013", + downloadUrl: + "https://www.sec.gov/Archives/edgar/data/1467761/000135448813001584/zmtp_10k.htm", + }, + { + fileName: "2012 Annual Report", + date: "March 30, 2012", + downloadUrl: + "https://www.sec.gov/Archives/edgar/data/1467761/000135448812001548/zoom_10k.htm", + }, + { + fileName: "2011 Annual Report", + date: "March 29, 2011", + downloadUrl: + "https://www.sec.gov/Archives/edgar/data/1467761/000135448811000969/zmtp_10k.htm", + }, + { + fileName: "2010 Annual Report", + date: "March 31, 2010", + downloadUrl: + "https://www.sec.gov/Archives/edgar/data/1467761/000135448810001043/zmtp_10k.htm", }, ]); @@ -200,6 +245,7 @@ const annualReports = ref([ padding: 10px 0; border-bottom: 1px solid #ccc; font-weight: bold; + justify-content: space-between; } .table-row { @@ -214,18 +260,12 @@ const annualReports = ref([ // overflow-y: auto; } .column { - &.format { - width: 10%; - } - - &.item { - width: 15%; - } - &.file-name { - width: 50%; + width: 35%; + } + &.date { + width: 35%; } - &.download { margin-right: 100px; }