diff --git a/frontend/src/business/components/performance/report/PerformanceReportCompare.vue b/frontend/src/business/components/performance/report/PerformanceReportCompare.vue
new file mode 100644
index 0000000000..19ea78d52e
--- /dev/null
+++ b/frontend/src/business/components/performance/report/PerformanceReportCompare.vue
@@ -0,0 +1,39 @@
+
+
+
+ sss
+
+
+
+
+
+
+
diff --git a/frontend/src/business/components/performance/report/PerformanceReportView.vue b/frontend/src/business/components/performance/report/PerformanceReportView.vue
index 0b4d28f1a0..c496eb8646 100644
--- a/frontend/src/business/components/performance/report/PerformanceReportView.vue
+++ b/frontend/src/business/components/performance/report/PerformanceReportView.vue
@@ -82,7 +82,7 @@
-
+
@@ -99,13 +99,13 @@ import {checkoutTestManagerOrTestUser, exportPdf} from "@/common/js/utils";
import html2canvas from 'html2canvas';
import MsPerformanceReportExport from "./PerformanceReportExport";
import {Message} from "element-ui";
-import CompareReports from "@/business/components/performance/report/components/CompareReports";
+import SameTestReports from "@/business/components/performance/report/components/SameTestReports";
export default {
name: "PerformanceReportView",
components: {
- CompareReports,
+ SameTestReports,
MsPerformanceReportExport,
MsReportErrorLog,
MsReportLogDetails,
diff --git a/frontend/src/business/components/performance/report/PerformanceTestReportList.vue b/frontend/src/business/components/performance/report/PerformanceTestReportList.vue
index a1b1b2a038..d8440fea96 100644
--- a/frontend/src/business/components/performance/report/PerformanceTestReportList.vue
+++ b/frontend/src/business/components/performance/report/PerformanceTestReportList.vue
@@ -82,7 +82,7 @@
:total="total"/>
-
+
@@ -100,12 +100,12 @@ import {LIST_CHANGE, PerformanceEvent} from "@/business/components/common/head/L
import ShowMoreBtn from "../../track/case/components/ShowMoreBtn";
import {_filter, _sort} from "@/common/js/tableUtils";
import MsDialogFooter from "@/business/components/common/components/MsDialogFooter";
-import CompareReports from "@/business/components/performance/report/components/CompareReports";
+import SameTestReports from "@/business/components/performance/report/components/SameTestReports";
export default {
name: "PerformanceTestReportList",
components: {
- CompareReports,
+ SameTestReports,
MsDialogFooter,
MsTableHeader,
ReportTriggerModeItem,
diff --git a/frontend/src/business/components/performance/report/components/CompareReports.vue b/frontend/src/business/components/performance/report/components/SameTestReports.vue
similarity index 78%
rename from frontend/src/business/components/performance/report/components/CompareReports.vue
rename to frontend/src/business/components/performance/report/components/SameTestReports.vue
index 1dbf7e9724..4e7164e494 100644
--- a/frontend/src/business/components/performance/report/components/CompareReports.vue
+++ b/frontend/src/business/components/performance/report/components/SameTestReports.vue
@@ -1,7 +1,7 @@
+
+
+
+
+
@@ -40,10 +46,12 @@