Compare commits
No commits in common. "bb57f44b60e91e884f9fb216573ca8ff740218a3" and "9bbd983253a66a7e275bedcb341e209b94a08693" have entirely different histories.
bb57f44b60
...
9bbd983253
@ -494,7 +494,6 @@ export default {
|
|||||||
title: "Annual Reports",
|
title: "Annual Reports",
|
||||||
file_name: "File Name",
|
file_name: "File Name",
|
||||||
view: "View",
|
view: "View",
|
||||||
date: "Date",
|
|
||||||
},
|
},
|
||||||
sec: {
|
sec: {
|
||||||
title: "SEC Filings",
|
title: "SEC Filings",
|
||||||
|
@ -42,6 +42,7 @@
|
|||||||
import { ref, watch, onMounted, computed, reactive } from "vue";
|
import { ref, watch, onMounted, computed, reactive } from "vue";
|
||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
import quarterlyPdf2025Q1 from "@/assets/file/2025 Q1 Quarterly Results.pdf";
|
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 quarterlyPdf2023Q1 from "@/assets/file/2023 Q1 Quarterly Results.pdf";
|
||||||
import quarterlyPdf2023Q2 from "@/assets/file/2023 Q2 Quarterly Results.pdf";
|
import quarterlyPdf2023Q2 from "@/assets/file/2023 Q2 Quarterly Results.pdf";
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
@ -55,6 +56,11 @@ const state = reactive({
|
|||||||
"Unaudited First Quarter and Full Year 2025 Financial Results",
|
"Unaudited First Quarter and Full Year 2025 Financial Results",
|
||||||
url: quarterlyPdf2025Q1,
|
url: quarterlyPdf2025Q1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "2024 Annual Report",
|
||||||
|
description: "Annual Report for the year ended December 31, 2024",
|
||||||
|
url: annualPdf2024,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "2023 Q1 Quarterly Results",
|
title: "2023 Q1 Quarterly Results",
|
||||||
description: "First Quarter and Full Year 2023 Financial Results",
|
description: "First Quarter and Full Year 2023 Financial Results",
|
||||||
|
@ -54,6 +54,7 @@ import { NButton, NInput, NTooltip } from "naive-ui";
|
|||||||
import { useI18n } from "vue-i18n";
|
import { useI18n } from "vue-i18n";
|
||||||
|
|
||||||
import quarterlyPdf2025Q1 from "@/assets/file/2025 Q1 Quarterly Results.pdf";
|
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 quarterlyPdf2023Q1 from "@/assets/file/2023 Q1 Quarterly Results.pdf";
|
||||||
import quarterlyPdf2023Q2 from "@/assets/file/2023 Q2 Quarterly Results.pdf";
|
import quarterlyPdf2023Q2 from "@/assets/file/2023 Q2 Quarterly Results.pdf";
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
@ -67,6 +68,11 @@ const state = reactive({
|
|||||||
"Unaudited First Quarter and Full Year 2025 Financial Results",
|
"Unaudited First Quarter and Full Year 2025 Financial Results",
|
||||||
url: quarterlyPdf2025Q1,
|
url: quarterlyPdf2025Q1,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
title: "2024 Annual Report",
|
||||||
|
description: "Annual Report for the year ended December 31, 2024",
|
||||||
|
url: annualPdf2024,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
title: "2023 Q1 Quarterly Results",
|
title: "2023 Q1 Quarterly Results",
|
||||||
description: "First Quarter and Full Year 2023 Financial Results",
|
description: "First Quarter and Full Year 2023 Financial Results",
|
||||||
|
@ -31,9 +31,6 @@
|
|||||||
t("financialinformation.secfilings.annual_reports.file_name")
|
t("financialinformation.secfilings.annual_reports.file_name")
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
<div class="column date">
|
|
||||||
{{ t("financialinformation.secfilings.annual_reports.date") }}
|
|
||||||
</div>
|
|
||||||
<div class="column download"></div>
|
<div class="column download"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -45,7 +42,6 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
<div class="column file-name">{{ report.fileName }}</div>
|
<div class="column file-name">{{ report.fileName }}</div>
|
||||||
<div class="column date">{{ report.date }}</div>
|
|
||||||
<div class="column download">
|
<div class="column download">
|
||||||
<a :href="report.downloadUrl" class="download-link">{{
|
<a :href="report.downloadUrl" class="download-link">{{
|
||||||
t("financialinformation.secfilings.annual_reports.view")
|
t("financialinformation.secfilings.annual_reports.view")
|
||||||
@ -83,100 +79,59 @@ const { t } = useI18n();
|
|||||||
// 年度报告数据
|
// 年度报告数据
|
||||||
const annualReports = ref([
|
const annualReports = ref([
|
||||||
{
|
{
|
||||||
fileName: "2025 Annual Report",
|
fileName: "fieeinc_10q",
|
||||||
date: "April 10, 2025",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625002538/fieeinc_10k.htm",
|
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625003706/fieeinc_10q.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2024 Annual Report",
|
fileName: "fieeinc_ex31-1",
|
||||||
date: "April 12, 2024",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912624002449/miniminc_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex31-1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2023 Annual Report",
|
fileName: "fieeinc_ex31-2",
|
||||||
date: "March 31, 2023",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315223010335/form10-k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex31-2.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2022 Annual Report",
|
fileName: "fieeinc_ex32-1",
|
||||||
date: "March 31, 2022",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315222008365/form10-k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex32-1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2021 Annual Report",
|
fileName: "fieeinc_ex32-2",
|
||||||
date: "April 13, 2021",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495421004133/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex32-2.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2020 Annual Report",
|
fileName: " ownership",
|
||||||
date: "April 15, 2020",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495420004069/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003622/xslF345X05/ownership.xml",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2019 Annual Report",
|
fileName: "primary_doc",
|
||||||
date: "April 1, 2019",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495419003878/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003620/xslSCHEDULE_13D_X01/primary_doc.xml",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2018 Annual Report",
|
fileName: "fieeinc_ex1",
|
||||||
date: "March 30, 2018",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495418003402/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003620/fieeinc_ex1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2017 Annual Report",
|
fileName: "fiee_8ka",
|
||||||
date: "March 22, 2017",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495417002279/zmtp_10k.htm",
|
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625003580/fiee_8ka.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2016 Annual Report",
|
fileName: "fiee_ex4-1",
|
||||||
date: "March 15, 2016",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000135448816006596/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003580/fiee_ex4-1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2015 Annual Report",
|
fileName: "fiee_ex10-1",
|
||||||
date: "March 24, 2015",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000135448815001308/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003580/fiee_ex10-1.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",
|
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
@ -244,7 +199,6 @@ const annualReports = ref([
|
|||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
justify-content: space-between;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-row {
|
.table-row {
|
||||||
@ -259,11 +213,16 @@ const annualReports = ref([
|
|||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
}
|
}
|
||||||
.column {
|
.column {
|
||||||
&.file-name {
|
&.format {
|
||||||
width: 25%;
|
width: 10%;
|
||||||
}
|
}
|
||||||
&.date {
|
|
||||||
width: 25%;
|
&.item {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.file-name {
|
||||||
|
width: 50%;
|
||||||
}
|
}
|
||||||
|
|
||||||
&.download {
|
&.download {
|
||||||
|
@ -31,9 +31,6 @@
|
|||||||
t("financialinformation.secfilings.annual_reports.file_name")
|
t("financialinformation.secfilings.annual_reports.file_name")
|
||||||
}}
|
}}
|
||||||
</div>
|
</div>
|
||||||
<div class="column date">
|
|
||||||
{{ t("financialinformation.secfilings.annual_reports.date") }}
|
|
||||||
</div>
|
|
||||||
<div class="column download"></div>
|
<div class="column download"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -45,7 +42,6 @@
|
|||||||
:key="index"
|
:key="index"
|
||||||
>
|
>
|
||||||
<div class="column file-name">{{ report.fileName }}</div>
|
<div class="column file-name">{{ report.fileName }}</div>
|
||||||
<div class="column date">{{ report.date }}</div>
|
|
||||||
<div class="column download">
|
<div class="column download">
|
||||||
<a :href="report.downloadUrl" class="download-link">{{
|
<a :href="report.downloadUrl" class="download-link">{{
|
||||||
t("financialinformation.secfilings.annual_reports.view")
|
t("financialinformation.secfilings.annual_reports.view")
|
||||||
@ -83,100 +79,59 @@ const { t } = useI18n();
|
|||||||
// 年度报告数据
|
// 年度报告数据
|
||||||
const annualReports = ref([
|
const annualReports = ref([
|
||||||
{
|
{
|
||||||
fileName: "2025 Annual Report",
|
fileName: "fieeinc_10q",
|
||||||
date: "April 10, 2025",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625002538/fieeinc_10k.htm",
|
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625003706/fieeinc_10q.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2024 Annual Report",
|
fileName: "fieeinc_ex31-1",
|
||||||
date: "April 12, 2024",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912624002449/miniminc_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex31-1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2023 Annual Report",
|
fileName: "fieeinc_ex31-2",
|
||||||
date: "March 31, 2023",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315223010335/form10-k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex31-2.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2022 Annual Report",
|
fileName: "fieeinc_ex32-1",
|
||||||
date: "March 31, 2022",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000149315222008365/form10-k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex32-1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2021 Annual Report",
|
fileName: "fieeinc_ex32-2",
|
||||||
date: "April 13, 2021",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495421004133/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003706/fieeinc_ex32-2.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2020 Annual Report",
|
fileName: " ownership",
|
||||||
date: "April 15, 2020",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495420004069/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003622/xslF345X05/ownership.xml",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2019 Annual Report",
|
fileName: "primary_doc",
|
||||||
date: "April 1, 2019",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495419003878/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003620/xslSCHEDULE_13D_X01/primary_doc.xml",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2018 Annual Report",
|
fileName: "fieeinc_ex1",
|
||||||
date: "March 30, 2018",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495418003402/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003620/fieeinc_ex1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2017 Annual Report",
|
fileName: "fiee_8ka",
|
||||||
date: "March 22, 2017",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000165495417002279/zmtp_10k.htm",
|
"https://www.sec.gov/ix?doc=/Archives/edgar/data/1467761/000182912625003580/fiee_8ka.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2016 Annual Report",
|
fileName: "fiee_ex4-1",
|
||||||
date: "March 15, 2016",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000135448816006596/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003580/fiee_ex4-1.htm",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
fileName: "2015 Annual Report",
|
fileName: "fiee_ex10-1",
|
||||||
date: "March 24, 2015",
|
|
||||||
downloadUrl:
|
downloadUrl:
|
||||||
"https://www.sec.gov/Archives/edgar/data/1467761/000135448815001308/zmtp_10k.htm",
|
"https://www.sec.gov/Archives/edgar/data/1467761/000182912625003580/fiee_ex10-1.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",
|
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
</script>
|
</script>
|
||||||
@ -245,7 +200,6 @@ const annualReports = ref([
|
|||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
border-bottom: 1px solid #ccc;
|
border-bottom: 1px solid #ccc;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
justify-content: space-between;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.table-row {
|
.table-row {
|
||||||
@ -260,12 +214,18 @@ const annualReports = ref([
|
|||||||
// overflow-y: auto;
|
// overflow-y: auto;
|
||||||
}
|
}
|
||||||
.column {
|
.column {
|
||||||
|
&.format {
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
|
|
||||||
|
&.item {
|
||||||
|
width: 15%;
|
||||||
|
}
|
||||||
|
|
||||||
&.file-name {
|
&.file-name {
|
||||||
width: 35%;
|
width: 50%;
|
||||||
}
|
|
||||||
&.date {
|
|
||||||
width: 35%;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
&.download {
|
&.download {
|
||||||
margin-right: 100px;
|
margin-right: 100px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user